Replies: 1 comment 4 replies
-
something like this should work: SetEnv OIDC_SET_COOKIE_APPEND "SameSite=None; Partitioned;" you'll need to add the SameSite flag to retain backwards compatibility since |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We need to access the OIDC RP server from an iframe within a web app (from a different domain). As the browser blocks third party cookies, we'd need to set the Partitioned flag (=CHIPS). Is there any means to achieve this for the session cookie within mod_auth_openidc?
Beta Was this translation helpful? Give feedback.
All reactions