Class OAuth2ClientRegistrationAuthenticationConverter

java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2ClientRegistrationAuthenticationConverter
All Implemented Interfaces:
AuthenticationConverter

public final class OAuth2ClientRegistrationAuthenticationConverter extends Object implements AuthenticationConverter
Attempts to extract an OAuth 2.0 Dynamic Client Registration Request from HttpServletRequest and then converts to an OAuth2ClientRegistrationAuthenticationToken used for authenticating the request.
Since:
7.0
See Also:
  • Constructor Details

    • OAuth2ClientRegistrationAuthenticationConverter

      public OAuth2ClientRegistrationAuthenticationConverter()
  • Method Details