Skip to content

Commit

Permalink
fix(keystone): use full preferred username for users
Browse files Browse the repository at this point in the history
When users login, use the full preferred username.
  • Loading branch information
cardoe committed Oct 10, 2024
1 parent 87cb8eb commit e4f5749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/keystone/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ conf:
# OIDC
OIDCClaimPrefix "OIDC-"
OIDCRemoteUserClaim preferred_username ^(.*)@
OIDCRemoteUserClaim preferred_username
OIDCSessionType server-cache
OIDCXForwardedHeaders X-Forwarded-Host X-Forwarded-Proto X-Forwarded-Port
OIDCResponseType "code"
Expand Down

0 comments on commit e4f5749

Please sign in to comment.