Skip to content
Discussion options

You must be logged in to vote

you'll need to investigate in the browser's developer mode what happens: what should happen is that both sites get their own cookie on their own path and that the Javascript code accesses a URL on site A so the site A cookie will be sent along with it; if there's some mismatch in the URL (e.g. the Javascript calls into another site than A) or the settings (e.g. the OIDCCookiePath's between the sites overlap) then you could experience problems; the browser trace would show you which cookie gets sent where

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fostermi
Comment options

Answer selected by fostermi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants