Set subject_template to preferred_username
This commit is contained in:
parent
cd7fa77229
commit
25de7ee43f
1 changed files with 1 additions and 0 deletions
|
@ -2284,6 +2284,7 @@ oidc_providers:
|
|||
config:
|
||||
localpart_template: "{{ user.preferred_username }}"
|
||||
display_name_template: "{{ user.name }}"
|
||||
subject_template: "{{ user.preferred_username }}"
|
||||
backchannel_logout_enabled: true
|
||||
|
||||
password_config:
|
||||
|
|
Loading…
Add table
Reference in a new issue