Class IdentityServiceAuthenticationComponent

java.lang.Object
org.alfresco.repo.security.authentication.AbstractAuthenticationComponent
org.alfresco.repo.security.authentication.identityservice.IdentityServiceAuthenticationComponent
All Implemented Interfaces:
ActivateableBean, AuthenticationComponent, AuthenticationContext

public class IdentityServiceAuthenticationComponent extends AbstractAuthenticationComponent implements ActivateableBean
Authenticates a user against Identity Service (Keycloak/Authorization Server). IdentityServiceFacade is used to verify provided user credentials. User is set as the current user if the user credentials are valid.
The identityServiceFacade can be null in which case this authenticator will just fall through to the next one in the chain.
  • Constructor Details

    • IdentityServiceAuthenticationComponent

      public IdentityServiceAuthenticationComponent()
  • Method Details