Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get claims from JwtToken instead of the JSON string representation #20700

Merged
merged 1 commit into from Apr 5, 2022

Conversation

jhanders34
Copy link
Member

  • Use the existing JwtToken instead of a JSON version in order to get the needed claims for processing a JwtToken.

- Use the existing JwtToken instead of a JSON version in order to get
the needed claims for processing a JwtToken.
@jhanders34
Copy link
Member Author

#build

@LibbyBot
Copy link

LibbyBot commented Apr 4, 2022

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 3 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link

LibbyBot commented Apr 4, 2022

Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_ovgFULQcEey_l6cwP43xMA

Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

LibbyBot commented Apr 5, 2022

The build jhanders34-20700-20220404-1204
https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_reJ5kLRAEey_l6cwP43xMA
completed successfully!

@utle utle requested a review from teddyjtorres April 5, 2022 13:05
@jhanders34 jhanders34 merged commit 7b19a67 into OpenLiberty:integration Apr 5, 2022
jhanders34 added a commit to jhanders34/open-liberty that referenced this pull request Apr 6, 2022
- Continuation of some of the changes in OpenLiberty#20700
- Update to not parse the json string to create the JsonWebToken by
using the claims in the JwtToken
- Change not to create the supported config property names over and over
instead of using a constant
- Add test that shows that the OpenLiberty#20700 and this PR's changes do not
change behavior.
- Some additional small changes found along the way from looking at
profiles.
jhanders34 added a commit to jhanders34/open-liberty that referenced this pull request Apr 6, 2022
- Continuation of some of the changes in OpenLiberty#20700
- Update to not parse the json string to create the JsonWebToken by
using the claims in the JwtToken
- Change not to create the supported config property names over and over
instead of using a constant
- Add test that shows that the OpenLiberty#20700 and this PR's changes do not
change behavior.
- Some additional small changes found along the way from looking at
profiles.
jhanders34 added a commit to jhanders34/open-liberty that referenced this pull request Apr 6, 2022
- Continuation of some of the changes in OpenLiberty#20700
- Update to not parse the json string to create the JsonWebToken by
using the claims in the JwtToken
- Change not to create the supported config property names over and over
instead of using a constant
- Add test that shows that the OpenLiberty#20700 and this PR's changes do not
change behavior.
- Some additional small changes found along the way from looking at
profiles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants