Skip to content

lauborges/keycloak-custom-authenticator-jwt-iframe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-custom-authenticator-jwt-iframe

Keycloak Custom Authenticator for JWT Token Validation with IFrame Java

keycloak-jwt-authenticator

This is a simple Keycloak Java Authenticator that checks if the user is coming with trusted JWT. If the user is coming with trusted JWT then login form is skipped. If the user is coming with non-trusted JWT login form is forced.

build

Make sure that Keycloak SPI dependencies and your Keycloak server versions match. Keycloak SPI dependencies version is configured in pom.xml in the keycloak.version property.

To build the project execute the following command:

mvn package

deploy

And then, assuming $KEYCLOAK_HOME is pointing to you Keycloak installation, just copy it into deployments directory:

cp target/keycloak-jwt-authenticator.jar $KEYCLOAK_HOME/standalone/deployments/

About

Keycloak Custom Authenticator for JWT Token Validation with IFrame Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%