spring saml: How is LOGOUT handled? Is it mandatory to have logout endpoint in IDP metadata xml?

帅比萌擦擦* 提交于 2019-12-08 19:07:09

问题


I am using Spring SAML implementation. SSO circle metadata xml was having logout endpoint which helps in local logout and global logout. But there are some other IDP's which I am interacting with and are not having logout endpoints in their metadata xml.

How should LOGOUT be handled in these scenarios?

Is deleting cookies of the request the only solution of this problem or is there any workaround for this scenario?

Your help in this regard is much appreciated.


回答1:


It is not mandatory for your IDPs to have a SingleLogout endpoint. You can perform local logout which cleans local cookies by calling /saml/logout?local=true. You can find all the details in the manual.



来源:https://stackoverflow.com/questions/26356483/spring-saml-how-is-logout-handled-is-it-mandatory-to-have-logout-endpoint-in-i

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!