Class OidcClientRegistrationAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.oidc.web.authentication.OidcClientRegistrationAuthenticationConverter
- All Implemented Interfaces:
AuthenticationConverter
public final class OidcClientRegistrationAuthenticationConverter
extends Object
implements AuthenticationConverter
Attempts to extract an OpenID Connect 1.0 Dynamic Client Registration (or Client Read)
Request from
HttpServletRequest and then converts to an
OidcClientRegistrationAuthenticationToken used for authenticating the request.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OidcClientRegistrationAuthenticationConverter
public OidcClientRegistrationAuthenticationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceAuthenticationConverter
-