-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Return registration_endpoint in OidcProviderConfigurationEndpointFilter #881
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
Conversation
Old PR link #762 |
2db51fc
to
3e90c2c
Compare
Hi @jgrandja, |
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 updates @sahariardev. Please see review comments.
...k/security/oauth2/server/authorization/config/annotation/web/configurers/OidcConfigurer.java
Outdated
Show resolved
Hide resolved
...ramework/security/oauth2/server/authorization/AbstractOAuth2AuthorizationServerMetadata.java
Outdated
Show resolved
Hide resolved
...mework/security/oauth2/server/authorization/OAuth2AuthorizationServerMetadataClaimNames.java
Show resolved
Hide resolved
...ramework/security/oauth2/server/authorization/AbstractOAuth2AuthorizationServerMetadata.java
Outdated
Show resolved
Hide resolved
...mework/security/oauth2/server/authorization/OAuth2AuthorizationServerMetadataClaimNames.java
Outdated
Show resolved
Hide resolved
...ramework/security/oauth2/server/authorization/AbstractOAuth2AuthorizationServerMetadata.java
Outdated
Show resolved
Hide resolved
Before: client registration endpoint was not retuned in oidc Provider Configuration response After: Returns client registration endpoint in oidcprovider configuration response if client registration is enabled Fixes spring-projectsgh-370
3e90c2c
to
f1eb744
Compare
Hi @jgrandja, |
Thanks for all the updates @sahariardev. This is now merged. FYI, I added a polish commit with some minor updates. |
The following commits are merged using the default merge strategy. 80b0185 Update README with documentation links 4d94e70 Decompose OAuth2AuthorizationCodeRequestAuthenticationProvider cd6f1d7 Return registration_endpoint when client registration is enabled 26aed3c Polish gh-881 92dbcf2 Move integration tests for OidcProviderConfiguration
The following commits are merged using the default merge strategy. ccdd8ce Update README with documentation links c70255a Decompose OAuth2AuthorizationCodeRequestAuthenticationProvider 8d51722 Return registration_endpoint when client registration is enabled fdf1200 Polish spring-projectsgh-881 aee5613 Move integration tests for OidcProviderConfiguration
Before: client registration endpoint was not retuned in oidc
Provider Configuration response
After: Returns client registration endpoint in oidcprovider configuration
response if client registration is enabled
Fixes gh-370