Skip to content

Commit 01f87d1

Browse files
committed
UserCommons: deactivate MxAdmin update
1 parent ba19490 commit 01f87d1

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,11 @@ You can set up custom user provisioning by setting the following constants. You
442442
| Userrole | the role which will be assigned to newly created users | *Optional* | `User` |
443443
| UserType | assigns user type to the created user | *0ptional* | `Internal` |
444444
| 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` |
445+
| DisableMxAdmin | deactivates Mx admin | *0ptional* | `False` |
446+
447+
{{% alert color="info" %}}
448+
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 %}}
445450
446451
### Custom User Provisioning at Runtime{#custom-provisioning-rt}
447452

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -513,13 +513,18 @@ You can set up custom user provisioning by setting the following constants. You
513513

514514
| Constant | Use | Notes | Example |
515515
| --- | --- | --- | --- |
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` |
523+
| `DisableMxAdmin` | deactivates Mx admin | *optional* | `False` |
524+
525+
{{% alert color="info" %}}
526+
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 %}}
523528

524529
#### Runtime Configuration of End-user Onboarding{#custom-provisioning-rt}
525530

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ The table below lists all supported constants. Mandatory constants must be set a
298298
| `Default_UserNameMapping` | sets the mapping entity attribute to the Identity provider attribute | Optional | No default Value |
299299
| `Default_UserRole` | sets the mapping entity attribute to the Identity provider attribute | Optional | `User` |
300300
| `Default_UserType` | sets the mapping entity attribute to the Identity provider attribute | Optional | `Internal` |
301+
| `DisableMxAdmin` | deactivates Mx admin | Optional | `False` |
302+
303+
{{% alert color="info" %}}
304+
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`.
305+
{{% /alert %}}
301306

302307
#### Configuration with Entra ID
303308

0 commit comments

Comments
 (0)