From a00a5112673e0ba13774c15c27bc5789cf2bb63a Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 7 Jul 2025 13:05:36 +0200 Subject: [PATCH] add missing full username mapper to the full example (#1181) --- .../config/keycloak/opencloud-realm.dist.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/deployments/examples/opencloud_full/config/keycloak/opencloud-realm.dist.json b/deployments/examples/opencloud_full/config/keycloak/opencloud-realm.dist.json index c8678e0a8b..0b4cb2619a 100644 --- a/deployments/examples/opencloud_full/config/keycloak/opencloud-realm.dist.json +++ b/deployments/examples/opencloud_full/config/keycloak/opencloud-realm.dist.json @@ -2166,6 +2166,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",