Skip to content

Commit ce4d018

Browse files
committed
Incorporate fedback
1 parent d67743c commit ce4d018

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/marketplace/platform-supported-content/services/oidc-provider.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,14 +568,14 @@ In versions of the OIDC Provider above 2.0.0, the sub value was changed from an
568568

569569
## Troubleshooting
570570

571-
### Infinite Loop of Redirects When Provider App Acting as an IdP
571+
### Infinite Loop of Redirects When the Provider App Acts as an IdP
572572

573-
The OIDC Provider service sets a cookie as a means to persist the session in the user’s browser. If the cookie is not properly set, this may lead to problems. For example, when the OIDC Provider service is used to build an IAM Broker, no session is established and the broker may initiate a new session at the upstream IdP, which results in an ‘infinite loop’ of redirects via the user's browser.
574-
To ensure the cookie is properly set, the runtime setting `com.mendix.core.SameSiteCookies` must have value *None*. See [Environment Details](/developerportal/deploy/environments-details/#samesite) for more information on how to set the correct value for SameSite runtime setting. Note that the default value for this setting is changed in [Mendix 8.11](/releasenotes/studio-pro/8.11/).
573+
The OIDC Provider service sets a cookie to persist the session in the user’s browser. If the cookie is not properly set, this may lead to problems. For example, when the OIDC Provider service is used to build an IAM Broker, no session is established and the broker may initiate a new session at the upstream IdP, which results in an ‘infinite loop’ of redirects via the user's browser.
574+
To ensure the cookie is properly set, the runtime setting `com.mendix.core.SameSiteCookies` must have the value *None*. See [Environment Details](/developerportal/deploy/environments-details/#samesite) for more information on how to set the correct value for the SameSite runtime setting. Note that the default value for this setting is changed in [Mendix 8.11](/releasenotes/studio-pro/8.11/).
575575

576-
### Infinite Loop of Redirects When Provider App Acting as an IAM Broker
576+
### Infinite Loop of Redirects When the Provider App Acts as an IAM Broker
577577

578-
When you deployed your application on Mendix Cloud and linked to a licensed node, set the below values in the **Custom Runtime Settings**.
578+
When the OIDC Provider app is acting as an IAM broker, set the below values in the **Custom Runtime Settings** once you have deployed your application on Mendix Cloud and linked it to a licensed node.
579579

580580
| Setting type | Current value | New value |
581581
| --- | --- | --- |

0 commit comments

Comments
 (0)