-
Notifications
You must be signed in to change notification settings - Fork 259
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
Add support for extra_claims #443
Conversation
2094302
to
ac87e67
Compare
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.
LGTM.
Would be nice to have some test coverage really requesting one of those extra claims, to make sure it does not blow up later (e.g. in message serialization of the ID Token / UserInfo because the extra claim fields are not listed in the default OpenIDSchema for example).
If that is the case, the code should warn if the schema isn't also configured.
OK, I will add a test for requesting and extra claim. |
I have added tests for |
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.
LGTM
* Add support for extra_claims
CHANGELOG.md
.