Skip to content

Commit 1b73c6a

Browse files
committed
Missing anchor
1 parent a7a108e commit 1b73c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/appstore/modules/oidc-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The format of non-custom claims in the ID-token is as follows:
368368
The OIDC provider module 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 module 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.
369369
To ensure the cookie is properly set, the runtime setting com.mendix.core.SameSiteCookies must have value None. See [Environment Details](https://docs.mendix.com/developerportal/deploy/environments-details/#4222-applying-a-different-samesite-setting) for more information how to set the correct value for SameSite runtime setting. Note that the default value for this setting has changed, see [Release Notes](https://docs.mendix.com/releasenotes/studio-pro/8.11/).
370370

371-
## 7 About Authorization
371+
## 7 About Authorization{#about-authorization}
372372

373373
When you are building Mendix apps you need to make two architectural decisions in the area of end-user access:
374374

0 commit comments

Comments
 (0)