-
Notifications
You must be signed in to change notification settings - Fork 8
OIDC token validation using issuer public key (CADC-13465) #172
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
base: main
Are you sure you want to change the base?
Conversation
@pdowler - Should we review and merge this? |
will review once the build passes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the merge conflict is resolved, at least some of the extra code here should be moved into OIDCClient so it can benefit from the cached openid-configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you look at the StandardIdentityManager intTest, you will see that if you create a file with a valid token (from the provider in the intTest/resources/cadc-registry.properties) you can test this... did you notice that and try it?
No description provided.