Skip to content

bradhead/kc-attribute-mapper-spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kc-attribute-mapper-spi

A Keycloak identity provider SPI to fix an issue with attribute mappers not firing during Token Exchange

Generate POM

mvn archetype:generate -DgroupId=org.bradhead.keycloak -DartifactId=keycloak-extension -DarchetypeArtifactId=maven-archetype-quickstart -D-DinteractiveMode=false

Build the extension

cd keycloak-extension && mvn clean install && cd .

Deploy to Keycloak

cp keycloak-extension/target/keycloak-extension-bradhead-1.0-SNAPSHOT.jar /opt/keycloak/providers/.
kc.sh build

About

An identity provider SPI to fix an issue with attribute mappers not firing during Token Exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published