OIDC Provider Configuration for ConfigurationRegistrations #5647
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
Milestone
JwtDecoders#fromOidcIssuerLocation
produces aJwtDecoder
based off of the OIDC Provider Configuration endpoint [1].OidcConfigurationProvider
uses this same endpoint to produce aClientRegistration.Builder
.OidcConfigurationProvider#fromIssuer
would be better namedClientRegistrations#fromOidcIssuerLocation
to align with the approach thatJwtDecoders
takes.Note that doing this will break the Boot team, so we will need to coordinate with them to get this done.
[1] - https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
The text was updated successfully, but these errors were encountered: