Skip to content

Commit 1819dec

Browse files
committed
additional update
1 parent db32b3c commit 1819dec

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/modules

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ Select it in the **Custom UserProvisioning** field. The custom microflow name mu
604604

605605
* **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.
606606
* **User(System.User)**: A Mendix object representing the user to be provisioned. Ensure that the selected microflow matches this parameter signature.
607-
608-
The custom microflow will be executed after the user is created or updated.
607+
* The microflow must return a **System.User** object to ensure proper user provisioning and updates. It will be executed after user creation or update of user. However, starting from version 2.0.0 of the UserCommons module, this is no longer mandatory.
608+
* If you have added a new microflow, you need to refresh the module containing your microflow as described in the [Mx Model Reflection](/appstore/modules/model-reflection/).
609609

610610
### Configuring User Provisioning for Version 2.4.0 and Below
611611

0 commit comments

Comments
 (0)