-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Return registration_endpoint in OidcProviderConfigurationEndpointFilter #370
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
Comments
Spring Authorization Server now supports dynamo open id client registration but the client registration url was not included in open id Configuration metadata. This has been added by this commit. closes spring-projectsgh-370
Spring Authorization Server now supports dynamo open id client registration but the client registration url was not included in open id Configuration metadata. This has been added by this commit. closes spring-projectsgh-370
Spring Authorization Server now supports dynamo open id client registration but the client registration url was not included in open id Configuration metadata. This has been added by this commit. closes spring-projectsgh-370
…ration but the client registration url was not included in open id Configuration metadata. This has been added by this commit. closes spring-projectsgh-370
hi @jgrandja. Can I work on this issue? |
Thanks for your interest @sahariardev. We're holding off on adding new features and enhancements until after we release Our top priority for Please reach out again after |
Thanks for the reply. I will reach out after 0.3.0 release. |
hi @jgrandja, |
@sahariardev Yes, the issue is yours. Please keep in mind that |
Thanks for the reply. I will keep that in mind |
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
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
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
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
Describe the bug
OpenId configuration metadata endpoint does not return registration endpoint even though dynamic client registration it was implemented in gh-189
To Reproduce
http://auth-server/.well-known/openid-configuration
returns
Expected behavior
Should contain the client registration endpoint
The text was updated successfully, but these errors were encountered: