Skip to content

Commit 3e552ac

Browse files
committed
feedback comments
1 parent 1819dec commit 3e552ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ You can set up custom user provisioning by setting the following constants. You
445445
| 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+
You may have a requirement that users log in to your application only via SSO. However, when you deploy your app on the Mendix Cloud, the platform may still create an MxAdmin user with a local password. From version 2.1.0 of the UserCommons module, if the flag for the `DisableMxAdmin` constant is set to `True`, the MxAdmin user 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ You can set up custom user provisioning by setting the following constants. You
523523
| `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+
You may have a requirement that users log in to your application only via SSO. However, when you deploy your app on the Mendix Cloud, the platform may still create an MxAdmin user with a local password. From version 2.1.0 of the UserCommons module, if the flag for the `DisableMxAdmin` constant is set to `True`, the MxAdmin user 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The table below lists all supported constants. Mandatory constants must be set a
301301
| `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+
You may have a requirement that users log in to your application only via SSO. However, when you deploy your app on the Mendix Cloud, the platform may still create an MxAdmin user with a local password. From version 2.1.0 of the UserCommons module, if the flag for the `DisableMxAdmin` constant is set to `True`, the MxAdmin user will be deactivated via the startup microflow `ASU_UserCommons_StartUp`.
305305
{{% /alert %}}
306306

307307
#### Configuration with Entra ID

0 commit comments

Comments
 (0)