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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,11 @@ You can set up custom user provisioning by setting the following constants. You
442
442
| Userrole | the role which will be assigned to newly created users | *Optional* | `User` |
443
443
| UserType | assigns user type to the created user | *0ptional* | `Internal` |
444
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` |
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`.
449
+
{{% /alert %}}
445
450
446
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
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -513,13 +513,18 @@ You can set up custom user provisioning by setting the following constants. You
513
513
514
514
| Constant | Use | Notes | Example |
515
515
| --- | --- | --- | --- |
516
-
| CustomUserEntity | a custom user entity | in the form `modulename.entityname` – a specialization of `System.User`|`Administration.Account`|
517
-
| PrincipalEntityAttribute | the attribute holding the unique identifier of an authenticated user ||`Name`|
518
-
| PrincipalIdPAttribute | the IdP claim which is the unique identifier of an authenticated user ||`sub`|
519
-
| AllowcreateUsers | allows to create users in the application |*optional*|`True`|
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
-
| UserType | assigns user type to the created user |*optional*|`Internal`|
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`|
516
+
|`CustomUserEntity`| a custom user entity | in the form `modulename.entityname` – a specialization of `System.User`|`Administration.Account`|
517
+
|`PrincipalEntityAttribute`| the attribute holding the unique identifier of an authenticated user ||`Name`|
518
+
|`PrincipalIdPAttribute`| the IdP claim which is the unique identifier of an authenticated user ||`sub`|
519
+
|`AllowcreateUsers`| allows to create users in the application |*optional*|`True`|
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
+
|`UserType`| assigns user type to the created user |*optional*|`Internal`|
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`.
527
+
{{% /alert %}}
523
528
524
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`.
0 commit comments