You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProviderJwtDecoderRegistry should be removed as it's redundant.
Instead of the implementation DefaultProviderJwtDecoderRegistry that provides the association of Map<ProviderMetadata, JwtDecoder>, we can associate as Map<ClientRegistration, JwtDecoder>.
This would allow us to remove ProviderJwtDecoderRegistry, DefaultProviderJwtDecoderRegistry, ProviderMetadata and DefaultProviderMetadata
The text was updated successfully, but these errors were encountered:
jgrandja
added
the
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
label
Sep 27, 2017
ProviderJwtDecoderRegistry
should be removed as it's redundant.Instead of the implementation
DefaultProviderJwtDecoderRegistry
that provides the association ofMap<ProviderMetadata, JwtDecoder>
, we can associate asMap<ClientRegistration, JwtDecoder>
.This would allow us to remove
ProviderJwtDecoderRegistry
,DefaultProviderJwtDecoderRegistry
,ProviderMetadata
andDefaultProviderMetadata
The text was updated successfully, but these errors were encountered: