Tim Anderson
Results
1
issues of
Tim Anderson
OidcIdTokenDecoderFactory caching of ClientRegistration fails to decode tokens if clientId changes
9
**Describe the bug** OidcIdTokenDecoderFactory caches JwtDecoder instances on ClientRegistration.getRegistrationId(). The cached instance holds a reference to the ClientRegistration. If a new ClientRegistration is created with a different clientId but the...
type: bug
in: oauth2