Add SupplierClientRegistrationRepository #12967
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
SupplierJwtDecoder
allows for deferring the query to the authorization server for JWKS, allowing resource servers to restart more resiliently (since they don't require the authorization server to be up at that time).It would be nice for OAuth 2.0 Cilent applications to have the same startup resiliency. With
SupplierClientRegistrationRepository
, then applications could defer the construction like so:The text was updated successfully, but these errors were encountered: