Closed
Description
We may need to rename OidcIdTokenDecoderFactory
and ReactiveOidcIdTokenDecoderFactory
to be more specific, given that both factories create JwtDecoder
using ClientRegistration.ProviderDetails.jwkSetUri
for it's key source. There will likely be other factory implementations that create JwtDecoder
using a different key source, e.g. statically configured key(s).
#5465 may provide some ideas around the possible rename.
Related #6379