spring saml:如何处理LOGOUT?在IDP元数据xml中必须具有注销端点吗? [英] spring saml: How is LOGOUT handled? Is it mandatory to have logout endpoint in IDP metadata xml?

查看:644
本文介绍了spring saml:如何处理LOGOUT?在IDP元数据xml中必须具有注销端点吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Spring SAML实现. SSO圈元数据xml具有注销端点,该端点有助于本地注销和全局注销.但是,我正在与其他一些IDP进行交互,并且在其元数据xml中没有注销端点.

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?

删除请求的cookie是此问题的唯一解决方案,还是这种情况下有任何解决方法?

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.

推荐答案

您的IDP并非必须具有SingleLogout端点.您可以通过调用/saml/logout?local=true来执行清除本地cookie的本地注销.您可以在手册.

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.

这篇关于spring saml:如何处理LOGOUT?在IDP元数据xml中必须具有注销端点吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆