Consider renaming OidcIdTokenDecoderFactory #6425
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: declined
A suggestion or change that we don't feel we should currently apply
We may need to rename
OidcIdTokenDecoderFactory
andReactiveOidcIdTokenDecoderFactory
to be more specific, given that both factories createJwtDecoder
usingClientRegistration.ProviderDetails.jwkSetUri
for it's key source. There will likely be other factory implementations that createJwtDecoder
using a different key source, e.g. statically configured key(s).#5465 may provide some ideas around the possible rename.
Related #6379
The text was updated successfully, but these errors were encountered: