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
OAuth2TokenIntrospectionClient has been updated to OpaqueTokenInterceptor and the associated implementation NimbusOAuth2TokenIntrospectionClient was updated to NimbusOpaqueTokenInterceptor.
This will require an update in Spring Boot since it instantiates a NimbusOAuth2TokenIntrospectionClient, given the appropriate parameters.
The text was updated successfully, but these errors were encountered:
Related to #15872
OAuth2TokenIntrospectionClient
has been updated toOpaqueTokenInterceptor
and the associated implementationNimbusOAuth2TokenIntrospectionClient
was updated toNimbusOpaqueTokenInterceptor
.This will require an update in Spring Boot since it instantiates a
NimbusOAuth2TokenIntrospectionClient
, given the appropriate parameters.The text was updated successfully, but these errors were encountered: