![Picture of Martin Kirk Picture of Martin Kirk](/graphics/unknown.gif)
Martin Kirk - 2017-03-24 20:19:14 -
In reply to message 10 from Martin Kirk
I have verified that the issue is that the identity server cookies are not being sent with the request to /oidc/logout.
If if invoke the /oidc/logout endpoint directly in the browser, I can see the cookies being sent, and the logout proceedss correctly and the cookies are destroyed.
Since my app is running on a different domain (e.g. app.abc.org) to the id server (e.g. id.abc.org), I need to ensure the cookies are passed with the logout request.
I realise that this is really an http package question (and I can ask it in that forum if you prefer), but do I need to do anything in the script to make this happen, or should they be included automatically?