From 5e6e3443817a2e444222fafc234302d48c071e43 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 25 Jun 2025 18:13:23 +0200 Subject: [PATCH] fix: add missing full username mapper --- config/keycloak/opencloud-realm.dist.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/keycloak/opencloud-realm.dist.json b/config/keycloak/opencloud-realm.dist.json index 462467d..fa2f841 100644 --- a/config/keycloak/opencloud-realm.dist.json +++ b/config/keycloak/opencloud-realm.dist.json @@ -2179,6 +2179,23 @@ ] } }, + { + "id": "96bc2621-a714-4f15-ac1d-bc32df94382d", + "name": "display name", + "providerId": "full-name-ldap-mapper", + "subComponents": {}, + "config": { + "read.only": [ + "false" + ], + "write.only": [ + "true" + ], + "ldap.full.name.attribute": [ + "displayName" + ] + } + }, { "id": "cab8b569-0f50-4e13-b2a5-d24ee513cd8b", "name": "first name",