Class OidcClientRegistrationAuthenticationConverter

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

public final class OidcClientRegistrationAuthenticationConverter extends Object implements org.springframework.security.web.authentication.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.
Since:
0.4.0
See Also:
  • Constructor Details

    • OidcClientRegistrationAuthenticationConverter

      public OidcClientRegistrationAuthenticationConverter()
  • Method Details

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      convert in interface org.springframework.security.web.authentication.AuthenticationConverter