Skip to content

Commit 6f7dbdc

Browse files
committed
OIDC updates
1 parent aa11e65 commit 6f7dbdc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ It requires the following Marketplace modules to be included in your app:
130130
* [Encryption](https://marketplace.mendix.com/link/component/1011) – see [Encryption](/appstore/modules/encryption/) documentation.
131131
* [Community Commons](https://marketplace.mendix.com/link/component/170) – see [Community Commons](/appstore/modules/community-commons-function-library/) documentation.
132132
* [Nanoflow Commons](https://marketplace.mendix.com/link/component/109515) – see [Nanoflow Commons](/appstore/modules/nanoflow-commons/) documentation.
133-
* [Mx Model reflection](https://marketplace.mendix.com/link/component/69) – see [Mx Model Reflection](/appstore/modules/model-reflection/) documentation (deprecated from version 4.0.0 of the module).
134133
* [User Commons](https://marketplace.mendix.com/link/component/223053) (for version 3.0.0 and above)
135134

136135
{{% alert color="warning" %}}
@@ -205,6 +204,7 @@ This section provides an overview of updates for the OIDC SSO module across diff
205204

206205
| Mendix Version | OIDC SSO Module Version | Important Migration Changes | Additional Information|
207206
| --- | --- | --- | --- |
207+
| 10.24.0 and above | 4.x.x | In version 4.x.x, automatic migration of the UserCommons has been removed. | For latest version of the UserCommons, migrate to the OIDC SSO v4.2.0 instead of v4.x.x to prevent the data loss. |
208208
| 10.21.01 and above | 4.2.0 | In version 4.2.0, the module no longer automatically executes the UserCommons migration in the startup microflow. The migration step has been moved to a dedicated microflow, which you can trigger via a widget. | The `ASU_STARTUP` microflow has been moved under the **USE_ME** folder. |
209209
| 10.12.10 and above | 4.0.0 | Set `OIDC.ASU_OIDC_Startup` microflow as part of the after-startup microflow | From UserCommons 2.0.0, new users without IdP-specified time zone or language will use default App settings; existing users retain their previously set values. |
210210
| | | For module version 4.0.0 and above, use User Commons module version 2.0.0 and above, and vice versa. | Deprecated Mx Model Reflection module; maintained for compatibility but will be removed in future versions. |
@@ -550,6 +550,7 @@ You can set up custom user provisioning by setting the following constants. You
550550
| `CustomUserEntity` | a custom user entity | in the form `modulename.entityname` – a specialization of `System.User` | `Administration.Account` |
551551
| `PrincipalEntityAttribute` | the attribute holding the unique identifier of an authenticated user | | `Name` |
552552
| `PrincipalIdPAttribute` | the IdP claim which is the unique identifier of an authenticated user | | `sub` |
553+
| `NamedUserIdentifier` | a user identifier added to the IdP configuration and used by the metering sidecar | | `email` |
553554
| `AllowcreateUsers` | allows to create users in the application | *optional* | `True` |
554555
| `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` |
555556
| `UserType` | assigns user type to the created user | *optional* | `Internal` |

0 commit comments

Comments
 (0)