Skip to content

Commit da10695

Browse files
Merge pull request #11212 from mendix/kv-oidc-anonymous-user
Update Anonymous userrole info
2 parents 011bf84 + d18b422 commit da10695

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ This section provides an overview of updates for the OIDC SSO module across diff
202202

203203
| Mendix Version | OIDC SSO Module Version | Important Migration Changes | Additional Information |
204204
| --- | --- | --- | --- |
205-
| 10.24.0 and above | 4.5.0 | - | Supporting multi-domain using constant. See [Configuring Multi-Domain](#multi-domain) for more information. |
205+
| 10.24.0 and above | 4.5.0 | - | `Anonymous` module role has beed removed. |
206+
| | | | Supporting multi-domain using constant. See [Configuring Multi-Domain](#multi-domain) for more information. |
206207
| 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. |
207208
| 10.24.0 and above | 4.3.0 | - | Supporting multi-domain and sub-path. |
208209
| 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. |
@@ -246,7 +247,7 @@ If multiple IdPs are configured in the OIDC module, the following two mechanisms
246247
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.
247248

248249
{{% alert color="info" %}}
249-
In OIDC SSO version 4.1.0 and above, you do not have to enable anonymous users for multiple IdPs. Additionally, check whether `Anonymous` user role can be removed from the app. If your application does not require anonymous access, removing the role is recommended as a security best practice.
250+
From version 4.5.0, the `Anonymous` module role has been removed from the module and is no longer available.
250251
{{% /alert %}}
251252

252253
### Configuring Navigation{#configure-nav}
@@ -992,9 +993,7 @@ For more information, see the [URL](/refguide/microflow/#url) section of the *Mi
992993

993994
##### Steps for OIDC SSO Version v4.1.0 and above
994995

995-
In OIDC SSO version 4.1.0 and above, you do not have to enable anonymous users.
996-
997-
You can disable this setting by navigating to **Security > Anonymous users** and setting **Allow anonymous users** to **No**.
996+
In OIDC SSO version 4.1.0 and above, you do not have to enable anonymous users. You can disable this setting by navigating to **Security > Anonymous users** and setting **Allow anonymous users** to **No**. However, from version 4.5.0 of the module, this role has been removed from the module.
998997

999998
1. To use the Page URL functionality, replace the content of `login.html` with the content of `login-with-mendixsso-automatically.html` (located in the `resources\mendixsso\templates` folder) and save it as `login.html`.
1000999

0 commit comments

Comments
 (0)