Skip to content

Commit 35e3914

Browse files
committed
SAML.UC_CustomProvisioning updates
1 parent 81d84ff commit 35e3914

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/marketplace/platform-supported-content/modules/SAML

1 file changed

+1
-1
lines changed

content/en/docs/marketplace/platform-supported-content/modules/SAML/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ You can set up custom user provisioning by selecting the **IdP Configuration** t
467467
* The IdP Attribute is one of the fixed claims supported by the [OIDC SSO](/appstore/modules/oidc/) module.
468468
* **IdP Attributes**(Claims) cannot be of type enum, autonumber, or an association.
469469

470-
3. Optionally, you can use the custom logic in the **User Provisioning**. In the **Custom UserProvisioning** field, select a microflow you want to run for custom user provisioning. The custom microflow name must begin with the string `UC_CustomProvisioning` and requires the following parameters:
470+
3. Optionally, you can use the custom logic in the **User Provisioning**. In the **Custom UserProvisioning** field, select a microflow you want to run for custom user provisioning. The custom microflow name must begin with the string `UC_CustomProvisioning`. Starting from version 4.0.3 and 4.1.2 of the module, you can find a reference microflow (`SAML.UC_CustomProvisioning`) in the **MOVE ME** folder. The custom microflow requires the following parameters:
471471

472472
1. **UserInfoParameter(UserCommons.UserInfoParam)**: A Mendix object containing user claims information through its associated objects. You can use this parameter to retrieve user provisioning configuration information.
473473
2. **User(System.User)**: A Mendix object representing the user to be provisioned. Ensure that the selected microflow matches this parameter signature.

0 commit comments

Comments
 (0)