Skip to content

Commit 2dda1d9

Browse files
Merge pull request #9966 from mendix/kv-oidcsso-idp-attributes
OIDC SSO section update: Creating IdP Attribute Manually
2 parents 95c50e8 + 123842e commit 2dda1d9

File tree

1 file changed

+11
-0
lines changed
  • content/en/docs/marketplace/platform-supported-content/modules

1 file changed

+11
-0
lines changed

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,17 @@ You may need a different or custom attribute mapping, for example, if you are co
616616
In this case, you can modify the default attribute mapping.
617617
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.
618618

619+
##### Creating IdP Attribute Manually
620+
621+
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:
622+
623+
1. In the **Attribute Mapping** of the **UserProvisioning** tab, click **New** to add a new mapping.
624+
2. In the **Edit Claim Map** dialog, click **Search**.
625+
3. Under the **Claims for claim entity attribute**, click **New** to create a new claim.
626+
4. In the **IdP Attribute**, select the newly created claim from the dropdown, and click **Save**.
627+
628+
Select the required attribute to use it in your mapping.
629+
619630
##### User Provisioning Using Your Custom User Entity{#custom_user_entity}
620631

621632
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.

0 commit comments

Comments
 (0)