Skip to content

Commit

Permalink
schema config
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Feb 21, 2024
1 parent 342b2ee commit 7d957fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion container/keycloak/initdb.d/04_accounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ KEYCLOAK_RDN='["uid"]'
KEYCLOAK_UUID='["uid"]'
KEYCLOAK_KERBEROS_REALM='["EXAMPLE.COM"]'
KEYCLOAK_PROVIDER="${KEYCLOAK_REALM}-ldap-provider"
KEYCLOAK_FIRSTNAME_ATTR='["given_name"]'
KEYCLOAK_FIRSTNAME_ATTR='["givenName"]'
KEYCLOAK_ROLES_DN='["cn=groups,cn=accounts,dc=example,dc=com"]'
create_ldap_storage_provider

# See: https://github.com/keycloak/keycloak/issues/15623
set_first_name_mapper_attribute

run_user_storage_sync

0 comments on commit 7d957fa

Please sign in to comment.