SAML 2.0 注销请求

发布于 2024-11-24 16:14:50 字数 135 浏览 0 评论 0原文

我正在处理来自 STS 端回复方的 LogOutRequest。 我可以解析 LogoutRequest、删除 cookie 并生成 LogoutResponse。 问题是LogoutResponse发送到哪里,我没有找到回复url的信息。 有什么想法吗?

I am working on handling LogOutRequest from a replying party on the STS side.
I can parse LogoutRequest, delete the cookie and generate a LogoutResponse.
The problem is where to send the LogoutResponse, I did not find the information about reply url.
Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

禾厶谷欠 2024-12-01 16:14:50

SingleLogoutService 信息被定义为合作伙伴在设置过程中交换的 SAML 2.0 元数据的一部分。这将告诉您单点注销处理程序在哪里以及哪个绑定。我不认为此信息通常会填充在注销请求消息本身中。

SingleLogoutService information is defined as part of the SAML 2.0 metadata that partners would exchange during setup. That would tell you where the Single Logout handlers are, and for which binding. I don't believe this information is typically populated in the logout request messages themselves.

盗心人 2024-12-01 16:14:50

通常,您可以在请求的 Issuer 元素中获取该信息。

希望有帮助,

路易斯

Usually you get that info in the Issuer element of the request.

Hope it helps,

Luis

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文