Skip to content

Commit

Permalink
fix: username mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Oct 27, 2021
1 parent 0dd39b5 commit 5c17c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const IDP_OIDC_URL = str({ desc: "The IDP's OIDC enpoints url", default:
export const IDP_USERNAME_CLAIM_MAPPER = str({
desc: "The IDP's OIDC claim to username mapper string",
// eslint-disable-next-line no-template-curly-in-string
default: '${CLAIM.email}',
default: '${CLAIM.upn}',
})
export const IDP_SUB_CLAIM_MAPPER = str({
desc: "The IDP's OIDC claim to sub mapper",
Expand Down

0 comments on commit 5c17c53

Please sign in to comment.