-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Improve customizing OIDC UserInfo endpoint #929
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
Improve customizing OIDC UserInfo endpoint #929
Conversation
Note: I added a missing test in |
93ed40c
to
6c7b011
Compare
5698b03
to
129ff3e
Compare
af3e0ec
to
e617236
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.
Thanks for the PR @Kehrlann.
Please see review comments. Also, please document in the reference manual (protocol-endpoints.adoc
) the new configuration methods.
Thanks.
...2/server/authorization/config/annotation/web/configurers/OidcUserInfoEndpointConfigurer.java
Show resolved
Hide resolved
...2/server/authorization/config/annotation/web/configurers/OidcUserInfoEndpointConfigurer.java
Outdated
Show resolved
Hide resolved
...2/server/authorization/config/annotation/web/configurers/OidcUserInfoEndpointConfigurer.java
Outdated
Show resolved
Hide resolved
...pringframework/security/oauth2/server/authorization/oidc/web/OidcUserInfoEndpointFilter.java
Show resolved
Hide resolved
...pringframework/security/oauth2/server/authorization/oidc/web/OidcUserInfoEndpointFilter.java
Outdated
Show resolved
Hide resolved
...pringframework/security/oauth2/server/authorization/oidc/web/OidcUserInfoEndpointFilter.java
Outdated
Show resolved
Hide resolved
...pringframework/security/oauth2/server/authorization/oidc/web/OidcUserInfoEndpointFilter.java
Show resolved
Hide resolved
...pringframework/security/oauth2/server/authorization/oidc/web/OidcUserInfoEndpointFilter.java
Show resolved
Hide resolved
f1f60c0
to
c97ecaa
Compare
c97ecaa
to
e7dd6de
Compare
Thanks for the updates @Kehrlann. This is now merged. |
The following commits are merged using the default merge strategy. 8d7f8b3 Improve customizing OIDC UserInfo endpoint 2ba711c Polish gh-929 efbfdc2 Improve customizing OIDC Client Registration endpoint bfd7a09 Polish gh-946 11ce8ef Polish gh-929 356d669 Fix URL encoding for authorization request state parameter 4eb25c1 Polish gh-920 6dc3944 Add OidcClientRegistrationAuthenticationProvider.setRegisteredClientConverter()
The following commits are merged using the default merge strategy. d669a6b Improve customizing OIDC UserInfo endpoint 286ecad Polish spring-projectsgh-929 ad58264 Improve customizing OIDC Client Registration endpoint bb91d54 Polish spring-projectsgh-946 92669d0 Polish spring-projectsgh-929 18236f5 Fix URL encoding for authorization request state parameter cdcc5ad Polish spring-projectsgh-920 d148d8d Add OidcClientRegistrationAuthenticationProvider.setRegisteredClientConverter()
Closes gh-785