Skip to content

Commit d78e914

Browse files
committed
Add/correct the cross-references.
1 parent 6c68941 commit d78e914

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/oidc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,9 @@ In default configuration, the custom user entity is set as `Administration.Accou
571571

572572
##### Modifying Default Attribute Mapping{#modify-default}
573573

574-
You may need a different or custom attribute mapping, for example, if you are configuring OIDC SSO and SCIM together and need a common identifier. In this case, you can modify the default attribute mapping.
574+
You may need a different or custom attribute mapping, for example, if you are configuring OIDC SSO and SCIM together and need a common identifier. For more information, see the [User Identifiers in the OIDC and SCIM Protocols](#user-identifiers-in-the-oidc-and-scim-protocols) section below.
575+
576+
In this case, you can modify the default attribute mapping.
575577
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.
576578

577579
##### User Provisioning Using Your Custom User Entity{#custom_user_entity}
@@ -979,7 +981,7 @@ Your IdP may have different ways of handling requests to use a specific authenti
979981
* Your IdP may honor what is requested on a ‘best effort’ basis and indicate the actual authentication method used in the ID-token that is sent to your app.
980982
* Your IdP may send an error response to your app if the requested authentication method was not possible for the user that was asked to login, for whatever reason.
981983

982-
When a user successfully signs in at your IdP, your IdP may or may not return an ACR claim in the ID-token. If your IdP returns the actual authentication method that was used in the ACR claim in the ID-token (and/or Access Token), you can create a [custom User Provisioning microflow](#custom-provisioning) (or [custom access token parsing microflow](#custom-parsing)) to grant or restrict access to specific resources or functionalities based on the level of authentication assurance.
984+
When a user successfully signs in at your IdP, your IdP may or may not return an ACR claim in the ID-token. If your IdP returns the actual authentication method that was used in the ACR claim in the ID-token (and/or Access Token), you can create a [custom User Provisioning microflow](#microflow-at-runtime) (or [custom access token parsing microflow](#custom-parsing)) to grant or restrict access to specific resources or functionalities based on the level of authentication assurance.
983985

984986
## Testing and Troubleshooting{#testing}
985987

content/en/docs/appstore/use-content/platform-supported-content/services/oidc-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ This section applies only when your client is using the authorization code grant
312312

313313
Choose one of the two options, below.
314314

315-
Whichever option you choose, you will need to use [Custom User Provisioning](/appstore/modules/oidc/#custom-provisioning) in the OIDC SSO module of your client app to assign the correct user roles to the end-user.
315+
Whichever option you choose, you will need to use Custom User Provisioning in the OIDC SSO module of your client app to assign the correct user roles to the end-user. For more information, see the [Runtime Configuration of End-user Onboarding](/appstore/modules/oidc/#custom-provisioning-rt) section of *OIDC SSO*.
316316

317317
##### Configuration of the OIDC Provider for Centralized Authorization with Scopes{#configure-scopes}
318318

0 commit comments

Comments
 (0)