From a95ac38083fcda1ae4180305e8d523391e2801bd Mon Sep 17 00:00:00 2001 From: "Daniel S. Reichenbach" Date: Fri, 18 Oct 2024 17:52:42 +0700 Subject: [PATCH] example_configs: keycloak typo for first name attribute (#1004) It should be `givenName` instead of `givenname`. Using the later one, will result in Keycloak bugging out during the sync process, and henceforth displaying an empty user list. --- example_configs/keycloak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/keycloak.md b/example_configs/keycloak.md index b26327e..a47d5b6 100644 --- a/example_configs/keycloak.md +++ b/example_configs/keycloak.md @@ -69,4 +69,4 @@ Since Keycloak and LLDAP use different attributes for different parts of a user' Go back to "User Federation", edit your LDAP integration and click on the "Mappers" tab. -Find or create the "first name" mapper (it should have type `user-attribute-ldap-mapper`) and ensure the "LDAP Attribute" setting is set to `givenname`. Keycloak may have defaulted to `cn` which LLDAP uses for the "Display Name" of a user. +Find or create the "first name" mapper (it should have type `user-attribute-ldap-mapper`) and ensure the "LDAP Attribute" setting is set to `givenName`. Keycloak may have defaulted to `cn` which LLDAP uses for the "Display Name" of a user.