Class X509ClientCertificateAuthenticationProvider

java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.X509ClientCertificateAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public final class X509ClientCertificateAuthenticationProvider extends Object implements AuthenticationProvider
An AuthenticationProvider implementation used for OAuth 2.0 Client Authentication, which authenticates the client X509Certificate received when the tls_client_auth or self_signed_tls_client_auth authentication method is used.
Since:
7.0
See Also:
  • Constructor Details

    • X509ClientCertificateAuthenticationProvider

      public X509ClientCertificateAuthenticationProvider(RegisteredClientRepository registeredClientRepository, OAuth2AuthorizationService authorizationService)
      Constructs a X509ClientCertificateAuthenticationProvider using the provided parameters.
      Parameters:
      registeredClientRepository - the repository of registered clients
      authorizationService - the authorization service
  • Method Details