Class AllowAccessAuthenticator

java.lang.Object
org.keycloak.authentication.authenticators.access.AllowAccessAuthenticator
All Implemented Interfaces:
Authenticator, Provider

public class AllowAccessAuthenticator extends Object implements Authenticator
Authenticator will always successfully authenticate. Useful for example in the conditional flows to be used after satisfying the previous conditions.
Author:
Martin Bartos