Skip to content

Commit

Permalink
changed: oidc username_claim default to
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Eiselt <[email protected]>
  • Loading branch information
DEiselt authored and jschoone committed Jun 26, 2024
1 parent 187a8fe commit 3950e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ empty path"
username_claim:
type: string
example: "preferred_username"
default: "sub"
default: "preferred_username"
description: "JWT claim to use as the user name. By default sub,
which is expected to be a unique identifier of the end user. Admins can choose
other claims, such as email or name, depending on their provider. However,
Expand Down

0 comments on commit 3950e17

Please sign in to comment.