-
Notifications
You must be signed in to change notification settings - Fork 597
[WS-Federation] Implement signout cleanup #1425
Comments
Seems important to have this per @vibronet. |
I am so happy that Vittorio agrees with me... |
AAD appears to support this, you can define a Logout Url in the portal. However I cannot find the right IDP endpoint to trigger the single signout. |
I have really no idea how to call this feature. Does anybody have an example of how this works / is called? Thanks! I do checked out this and called But it does not logout the external STS 'session'. I do not have to login again, it is still logged in externally. |
Which STS are you using? |
See #1581 |
At least it is ADFS, and probably version 4. I'm not into those details of STS myself. Then I will wait for the next preview / final version. For now I'll redirect to a self created STS logout link (it is not yet in production). Thanks for your answer @Tratcher! |
Uh oh!
There was an error while loading. Please reload this page.
http://docs.oasis-open.org/wsfed/federation/v1.2/os/ws-federation-1.2-spec-os.html#_Toc223175005
It is very similar to OIDC front-channel signout (/signout-oidc) - when the IdP receives a sign-out, it notifies all RPs in the current session by sending them a signout cleanup message. The RPs then delete their own local state (e.g. authentication cookie).
The text was updated successfully, but these errors were encountered: