Skip to content

Custom Authenticator implementation to be used an example. This sample send a special error message when user is locked out

Notifications You must be signed in to change notification settings

Identicum/keycloak-custom-authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-custom-authenticator

Custom Authenticator implementation to be used as a reference. This sample sends a custom error message when the user is locked.

Deployment

mvn clean package
cp target/*.jar $KEYCLOAK_HOME/standalone/deployments/

Keycloak Configuration

  1. Go to Authentication menu
  2. Create o edit a custom flow
  3. Add execution
  4. Pick up from the list the Custom Authenticator

About

Custom Authenticator implementation to be used an example. This sample send a special error message when user is locked out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages