From fcf785db299a2c94baf3bef347c9bf3eda451d00 Mon Sep 17 00:00:00 2001 From: Karuna-Mendix Date: Tue, 12 Aug 2025 14:52:21 +0530 Subject: [PATCH 1/2] Section update: Creating IdP Attribute Manually --- .../platform-supported-content/modules/oidc.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/oidc.md b/content/en/docs/marketplace/platform-supported-content/modules/oidc.md index bde35de8ed6..7940cde6419 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/oidc.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/oidc.md @@ -616,6 +616,17 @@ You may need a different or custom attribute mapping, for example, if you are co In this case, you can modify the default attribute mapping. To do so, change the default **IdP Attribute** or the **Configured Entity Attribute**, by editing the mapping in the **Attribute Mapping** section within the **UserProvisioning** tab. +##### Creating IdP Attribute Manually + +IdP attributes will be automatically created from the list of `claims_supported` at the well-known endpoint. The module also allows manual creation of IdP attributes through the following steps: + +1. In the **Attribute Mapping** tab, click **New** to add a new mapping. +2. In the **Edit Claim Map** dialog, click **Select**. +3. Under **Claims for claim entity attribute**, click **New** to create a new claim. +4. Enter the required details for the claim and click **Save**. + +Select the newly created attribute to use it in your mapping. + ##### User Provisioning Using Your Custom User Entity{#custom_user_entity} If you want to use your custom user entity which is a specialization of the `System.User` entity to store user information, select it in the **Custom user Entity (extension of System.User)** field by replacing the `Administration.Account` entity. From 123842e9dac315724faee1dbd81caf0344f84314 Mon Sep 17 00:00:00 2001 From: Karuna-Mendix Date: Thu, 14 Aug 2025 12:26:15 +0530 Subject: [PATCH 2/2] Fixed as per UI elements --- .../platform-supported-content/modules/oidc.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/oidc.md b/content/en/docs/marketplace/platform-supported-content/modules/oidc.md index 7940cde6419..0153e84d291 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/oidc.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/oidc.md @@ -620,12 +620,12 @@ To do so, change the default **IdP Attribute** or the **Configured Entity Attrib IdP attributes will be automatically created from the list of `claims_supported` at the well-known endpoint. The module also allows manual creation of IdP attributes through the following steps: -1. In the **Attribute Mapping** tab, click **New** to add a new mapping. -2. In the **Edit Claim Map** dialog, click **Select**. -3. Under **Claims for claim entity attribute**, click **New** to create a new claim. -4. Enter the required details for the claim and click **Save**. +1. In the **Attribute Mapping** of the **UserProvisioning** tab, click **New** to add a new mapping. +2. In the **Edit Claim Map** dialog, click **Search**. +3. Under the **Claims for claim entity attribute**, click **New** to create a new claim. +4. In the **IdP Attribute**, select the newly created claim from the dropdown, and click **Save**. -Select the newly created attribute to use it in your mapping. +Select the required attribute to use it in your mapping. ##### User Provisioning Using Your Custom User Entity{#custom_user_entity}