【发布时间】:2017-08-24 21:01:06
【问题描述】:
我的问题非常类似于:How should I be implementing the HTTP POST Protocol Binding for SAML WebSSO Profile?
但我无法在其中找到正确的答案。是否可以通过将isPassive 设置为 true 的 HTTP-Post 绑定发送请求。 Oasis 规范规定 IdP 不得“明显地”控制用户界面。因此,IdP 必须以某种方式了解用户。
如果用户已经在 SP 端的会话中处于活动状态,我如何将该信息传递给 IdP 并让他们重新对用户进行身份验证?
我要验证用户,不妨碍用户的流量……
【问题讨论】:
标签: http-post saml saml-2.0 http-redirect opensaml