Skip to content

Commit 4d0af99

Browse files
Merge pull request #11564 from mendix/kv-samesite-oidc
OIDC SSO: Add new constant (OIDC.NonceCookieSameSite)
2 parents a692ffb + c13b6e7 commit 4d0af99

1 file changed

Lines changed: 5 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ This section provides an overview of updates for the OIDC SSO module across diff
203203

204204
| Mendix Version | OIDC SSO Module Version | Important Migration Changes | Additional Information |
205205
| --- | --- | --- | --- |
206+
| 10.24.0 and above | 4.6.0 | - | New constant (`OIDC.NonceCookieSameSite`) has been introduced. |
206207
| 10.24.0 and above | 4.5.0 | - | New Admin UI and new constants have been introduced. |
207208
| | | | `Anonymous` module role has been removed. |
208209
| | | | Supporting multi-domain using constant. See [Configuring Multi-Domain](#multi-domain) for more information. |
@@ -525,6 +526,10 @@ when you set **ClientAuthenticationMethod** as `private_key_jwt`, you do not nee
525526

526527
* **EnablePKCE** (*default: True*) – enables Proof Key for Code Exchange (PKCE)
527528

529+
* **OIDC.NonceCookieSameSite** (*default: Lax*) – specifies the `SameSite` attribute for the OIDC nonce cookie, controlling when the browser includes the cookie during authentication requests.
530+
531+
Example: `None`
532+
528533
##### Deploy-Time IdP Configuration for API Security Only
529534

530535
{{% alert color="info" %}}

0 commit comments

Comments
 (0)