Class PublicClientAuthenticationConverter

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

public final class PublicClientAuthenticationConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract the parameters from HttpServletRequest used for authenticating public clients using Proof Key for Code Exchange (PKCE).
Since:
0.0.2
See Also:
  • Constructor Details

    • PublicClientAuthenticationConverter

      public PublicClientAuthenticationConverter()
  • Method Details

    • convert

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