Configurable Cookie Scope for OIDC Interactions #1350
Replies: 1 comment 2 replies
-
|
You have complete control over this already. |
Beta Was this translation helpful? Give feedback.
2 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.
-
In my implementation, I serve the OIDC interaction UI from
/interaction/[uid]and handle API calls at/api/interaction/[uid]/(login|consent|abort). The provider currently sets cookie paths automatically based on the interaction URL in the config. It would be great to have control over the cookie scope path, to better match different application routing structures.Beta Was this translation helpful? Give feedback.
All reactions