OpenID Connect ".well-known" provider config #5155
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: duplicate
A duplicate of another issue
Uh oh!
There was an error while loading. Please reload this page.
Summary
Currently, all of the OpenID Conenct provider configuration (authorization-uri, token-uri, user-info-uri, jwk-set-uri) can be established in the spring security environment using application.yml. However, the OpenID Connect spec also defines a ".well-known" discovery endpoint that can be used to get all of this provider config as well. The spring config should allow for some kind of "well-known" endpoint uri to be set that would then provide the rest of the related uris,
Actual Behavior
All provider configuration must be explicitly defined in the application environment properties, e.g.:
Expected Behavior
An abbreviated configuration could be done using the spec'ed "well-known" provider configuration discovery mechanism, e.g.:
Note, the above "openic-configuration-uri" is live and show an example of the spec'ed well-known openid-configuration uri.
Comments
Version
5.0.3.RELEASE
The text was updated successfully, but these errors were encountered: