-
Notifications
You must be signed in to change notification settings - Fork 152
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
Support /.well-known/oauth-authorization-server #5976
Comments
Hi Mitar, We already support open id configuration at https://orcid.org/.well-known/openid-configuration but was not aware of https://tools.ietf.org/html/rfc8414 Do you know how different the formats are? Can we simply deliver the same metadata from both? |
You can, but the
At the same time
Because both of them allow additional parameters, I think it is safe to have only one metadata and serve it at both locations. |
Oh, I missed that. I see why. Because it does not allow CORS access. I will open another issue for that. Edit: Done: #5978 |
This allows auto-configuration of the OAuth client.
See more information in this RFC: https://tools.ietf.org/html/rfc8414
Example: https://developer.okta.com/docs/reference/api/oidc/#well-known-oauth-authorization-server
There is similar configuration for OpenID Connect, which could also be provided: https://developer.okta.com/docs/reference/api/oidc/#well-known-openid-configuration
The text was updated successfully, but these errors were encountered: