Skip to content

Commit 81ee1e7

Browse files
committed
Swapping the values
1 parent 01f87d1 commit 81ee1e7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,12 +440,12 @@ You can set up custom user provisioning by setting the following constants. You
440440
| IdPAttribute | the IdP claim which is the unique identifier of an authenticated user | *Default* | `NameId` |
441441
| AllowcreateUsers | allows to create users in the application | *Optional* | `True` |
442442
| 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` |
445-
| DisableMxAdmin | deactivates Mx admin | *0ptional* | `False` |
443+
| 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` |
445+
| DisableMxAdmin | deactivates Mx admin | *Optional* | `True` |
446446
447447
{{% 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`.
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`.
449449
{{% /alert %}}
450450
451451
### Custom User Provisioning at Runtime{#custom-provisioning-rt}

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
@@ -520,10 +520,10 @@ You can set up custom user provisioning by setting the following constants. You
520520
| `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` |
521521
| `UserType` | assigns user type to the created user | *optional* | `Internal` |
522522
| `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` |
523+
| `DisableMxAdmin` | deactivates Mx admin | *optional* | `True` |
524524

525525
{{% 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`.
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`.
527527
{{% /alert %}}
528528

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ 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` |
301+
| `DisableMxAdmin` | deactivates Mx admin | Optional | `True` |
302302

303303
{{% 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`.
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`.
305305
{{% /alert %}}
306306

307307
#### Configuration with Entra ID

0 commit comments

Comments
 (0)