Skip to content

cwhead-globus/preferred-username-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

About

This mapper is intended for use with Keycloak as a custom protocol mapper. It maps the preferred_username token claim to username@<KC_HOSTNAME> rather than the default username.

Installation

  1. Install the .zip file containing the source code:

    wget https://github.com/cwhead-globus/preferred-username-mapper/archive/refs/heads/main.zip
    unzip main.zip
    rm main.zip
    
  2. Install Maven:

    sudo apt install maven
    
  3. Build the .jar file associated with the source code: From inside the preferred-username-mapper-main directory created by unzipping main.zip, run the following command:

    mvn clean install
    
  4. Move the target/globus-keycloak-mapper-1.0.jar file to Keycloak's providers/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages