You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/services/oidc-provider.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,6 @@ Typically you want to propagate the end-user’s identity from the OIDC Provider
373
373
To pass this additional information, you need to create custom claims. You can do this as follows:
374
374
375
375
1. Create a microflow with prefix `OIDCP_CustClaim` that returns a value to be used in the claim.
376
-
377
376
* Input: `Administration.Account`
378
377
* Output: Any custom Claim object
379
378
@@ -382,27 +381,24 @@ To pass this additional information, you need to create custom claims. You can d
382
381
The ID-token will be a nested JSON structure with the name of the object as the key, a list of attribute names of your object as the keys, and the attribute values as the values.
"MyObjectName"will be used as the claim name. See note about how to name custom claims in the [Propagate Custom Claims](#propagate-custom-claims) section, above.
392
391
393
-
If you are already using custom claims in an earlier version of the module, you must:
394
-
395
-
* Rename existing microflows to begin with `OIDCP_CustClaim`.
396
-
397
-
* Reconfigure the custom claim settings to point to the renamed microflows.
392
+
{{% alert color="info" %}}If you are already using custom claims with a version below 5.0.0 of the module, you must rename existing microflows to begin with `OIDCP_CustClaim` and reconfigure the custom claim settings to point to the renamed microflows.
393
+
{{% /alert %}}
398
394
399
395
2. Run (publish) your app.
400
396
3. Sign in to your app as an Administrator.
401
397
4. Open the **Mx Objects** overview page and synchronize the required modules to see the new microflow.
402
398
5. Follow the navigation item OpenID Connect to open the page `OpenIDConnectDashboard`.
403
399
6. Switch to the Custom claims tab of your registered client.
404
400
7. Create a new claim.
405
-
* Provide a name for claim
401
+
* Provide a name for a claim
406
402
* Select the microflow which returns the value to the claim
0 commit comments