Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are migrating to the OIDC module version 3.0.0 and above, include the [U
{{% /alert %}}

{{% alert color="warning" %}}
OIDC SSO module 4.1.0 is the latest version and includes all new features. The module version 4.1.1 is a special release intended only for Mendix version 10.21.0. If you are using Mendix 10.21.1 or above, use the OIDC SSO module 4.1.0.
The module version 4.1.1 was a special release intended only for Mendix version 10.21.0. Since 10.24.0 is the LTS version, 4.1.1 is no longer supported. If your app is on Mendix 10, you need to upgrade it to Mendix 10.24.0 and use OIDC SSO module version 4.1.0, version 4.2.0, or above.
{{% /alert %}}

{{% alert color="info" %}}
Expand Down Expand Up @@ -205,6 +205,7 @@ This section provides an overview of updates for the OIDC SSO module across diff

| Mendix Version | OIDC SSO Module Version | Important Migration Changes | Additional Information|
| --- | --- | --- | --- |
| 10.24.0 LTS | 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. |
| 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. |
| | | 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. |
| | | | Default user roles in UserProvisioning will be assigned along with roles from the access token. |
Expand Down