Class JwtClientAssertionAuthenticationConverter

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

public final class JwtClientAssertionAuthenticationConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract a JWT client assertion credential from HttpServletRequest and then converts to an OAuth2ClientAuthenticationToken used for authenticating the client.
Since:
0.2.2
See Also:
  • Constructor Details

    • JwtClientAssertionAuthenticationConverter

      public JwtClientAssertionAuthenticationConverter()
  • 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