Skip to content

Commit 53d98e7

Browse files
committed
OIDC updates
1 parent 7102af8 commit 53d98e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +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.x.x | - | **Issued Tokens** tab has been removed from the OIDC Client Configuration page. |
208209
| 10.24.0 and above | 4.3.0 | - | Supporting multi-domain and sub-path |
209210
| 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. |
210211
| 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. |
@@ -259,6 +260,8 @@ In addition, administrators will need to have access to configure OIDC and also
259260
If you are testing phone web and phone web offline locally, use the URLs `http://localhost:8080/?profile=Phone` and
260261
`http://localhost:8080/?profile=PhoneOffline`, respectively. For more information, see the [Example of profile selection](/refguide/mobile/introduction-to-mobile-technologies/progressive-web-app/#example-of-profile-selection) section of *Progressive Web App*.
261262

263+
Admins can view their own token using a snippet in their custom page. They can find this snippet under **OIDC > USE_ME > Snippet_Token_View**. The snippet displays the admin's decrypted and decoded Access token and ID token.
264+
262265
### Setting Encryption Key
263266

264267
Follow the instructions to [set an encryption key in the Encryption module](/appstore/modules/encryption/#configuration). The constant to set is called `Encryption.EncryptionKey` and should be a random value 32 characters long. This key will be used to encrypt and decrypt values.

0 commit comments

Comments
 (0)