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/appstore/use-content/platform-supported-content/modules/SAML/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,12 +440,12 @@ You can set up custom user provisioning by setting the following constants. You
440
440
| IdPAttribute | the IdP claim which is the unique identifier of an authenticated user | *Default* | `NameId` |
441
441
| AllowcreateUsers | allows to create users in the application | *Optional* | `True` |
442
442
| Userrole | the role which will be assigned to newly created users | *Optional* | `User` |
443
-
| UserType | assigns user type to the created user | *0ptional* | `Internal` |
444
-
| CustomUserProvisioning | a custom microflow to use for user provisioning | *0ptional* – in the form `modulename.microflowname` – the microflow name must begin with the string `CustomUserProvisioning` | `Mymodule.CustomUserProvisioningEntra` |
| UserType | assigns user type to the created user | *Optional* | `Internal` |
444
+
| CustomUserProvisioning | a custom microflow to use for user provisioning | *Optional* – in the form `modulename.microflowname` – the microflow name must begin with the string `CustomUserProvisioning` | `Mymodule.CustomUserProvisioningEntra` |
From version 2.1.0 of the UserCommons module, if the flag is set to `True` for the `DisableMxAdmin` constant, MxAdmin will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
448
+
From version 2.1.0 of the UserCommons module, if the flag is set to `False` for the `DisableMxAdmin` constant, MxAdmin will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
449
449
{{% /alert %}}
450
450
451
451
### Custom User Provisioning at Runtime{#custom-provisioning-rt}
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/oidc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,10 +520,10 @@ You can set up custom user provisioning by setting the following constants. You
520
520
|`Userrole`| the role that will be assigned to newly created users |*optional* - Default Userrole is assigned only at user creation <br> - User updates do not change the default role <br> - No bulk update for existing users when the default userrole changes |`User`|
521
521
|`UserType`| assigns user type to the created user |*optional*|`Internal`|
522
522
|`CustomUserProvisioning`| a custom microflow to use for user provisioning |*optional* – in the form `modulename.microflowname` – the microflow name must begin with the string `UC_CustomProvisioning`|`Mymodule.UC_CustomProvisioning`|
From version 2.1.0 of the UserCommons module, if the flag is set to `True` for the `DisableMxAdmin` constant, MxAdmin will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
526
+
From version 2.1.0 of the UserCommons module, if the flag is set to `False` for the `DisableMxAdmin` constant, MxAdmin will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
527
527
{{% /alert %}}
528
528
529
529
#### Runtime Configuration of End-user Onboarding{#custom-provisioning-rt}
From version 2.1.0 of the UserCommons module, if the flag is set to `True` for the `DisableMxAdmin` constant, MxAdmin will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
304
+
From version 2.1.0 of the UserCommons module, if the flag is set to `False` for the `DisableMxAdmin` constant, MxAdmin will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
0 commit comments