Skip to content

Commit a7440fe

Browse files
committed
change user role --> module role
1 parent f210602 commit a7440fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ This section provides an overview of updates for the OIDC SSO module across diff
205205

206206
| Mendix Version | OIDC SSO Module Version | Important Migration Changes | Additional Information |
207207
| --- | --- | --- | --- |
208-
| 10.24.0 and above | 4.5.0 | - | `Anonymous` user role has beed removed. |
208+
| 10.24.0 and above | 4.5.0 | - | `Anonymous` module role has beed removed. |
209209
| 10.24.0 and above | 4.4.0 | Move the `Encryption.Encryptionkey` value to the `OIDC.Encryptionkey` constant. | Dependencies on the Encryption and Nanoflow Commons modules have been removed. <br> **Issued Tokens** tab has been removed from the OIDC Client Configuration page. |
210210
| 10.24.0 and above | 4.3.0 | - | Supporting multi-domain and sub-path. |
211211
| 10.24.0 and above | 4.2.1 | In version 4.2.1, automatic migration of the UserCommons has been removed. | Since migration steps were removed in 4.2.1, you must upgrade to OIDC SSO version 4.2.0 first to prevent data loss. This applies to the UserCommons, if you are migrating from any version below 3.0.0, always upgrade to 4.2.0 first, then move to the latest v4.2.1. |
@@ -249,7 +249,7 @@ If multiple IdPs are configured in the OIDC module, the following two mechanisms
249249
2. In this mechanism, your end users make the selection. Your app logic can use the same URL (`<your-app-url>/oauth/v2/login`) to initiate authentication. End users will first be redirected to an IdP selection page, where they can choose the IdP they want to use for authentication.
250250

251251
{{% alert color="info" %}}
252-
From version 4.5.0, the `Anonymous` user role has been removed from the module and is no longer available.
252+
From version 4.5.0, the `Anonymous` module role has been removed from the module and is no longer available.
253253
{{% /alert %}}
254254

255255
### Configuring Navigation{#configure-nav}

0 commit comments

Comments
 (0)