Skip to content

Instantly share code, notes, and snippets.

@akshay196
Created January 3, 2023 08:46
Show Gist options
  • Save akshay196/a58828513a548424fccabb1cc84f4c37 to your computer and use it in GitHub Desktop.
Save akshay196/a58828513a548424fccabb1cc84f4c37 to your computer and use it in GitHub Desktop.
Keycloak Mapper file
{
identity: {
traits: {
email: claims.email,
first_name: claims.given_name,
last_name: claims.family_name,
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment