Skip to content

rciam/keycloak-idp-mappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-idp-mappers

This extension contains some Identity Provider (IdP) attribute mappers for Keycloak:

  • Subject ID Mapper : Generate a unique Subject Identifier. The identifier is constructed from two components: a “unique ID” and a “scope,” which are concatenated using an "@" symbol (ASCII 64) as a delimiter. By default, the generated identifier is mapped to the user's username, but this mapping can be customised through the mapper configuration settings
  • User attribute Template Importer : Generate user attribute based on template
  • Hashed User ID Mapper : Generate a new user attribute to be used as a unique identifier for the user.
  • EduPersonTargetedID Mapper : Import eduPersonTargetedID saml attribute if it exists in assertion into the specified user attribute.

Installation instructions:

  1. Compile the plugin jar i.e. 'mvn clean install' or just get a built one from the "Releases" link on the right sidebar.
  2. Drop the jar into the folder $KEYCLOAK_BASE/providers/ and let all the hot-deploy magic commence.

Use instructions

If the installation is successful, you will be able to use the Identity Provider (IdP) attribute mappers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages