将 SAML 协议请求重定向到 ID 提供者(whr 等效项?)
简短:SAML-P 2.0 中是否有等效的“whr”?
LONG:我们正在使用 ADFS 2.0 实施联合提供商安全令牌服务。
我们的回复方之一将需要 SAML 2.0 协议。 ADFS 支持 SAML-P 2.0,但我不确定如何告诉依赖方在 SAML 请求中指定什么,以将请求转发到正确的身份提供商。
使用 WS-Federation 时,您只需将“whr”属性附加到请求查询字符串,它将使用该值进行重定向。 SAML-P 有等效的吗?
SHORT: Is there a "whr" equivalent in SAML-P 2.0?
LONG: We are implementing a Federated Provider security token service using ADFS 2.0.
One of our replying parties will need the SAML 2.0 protocol. ADFS supports SAML-P 2.0 but I am not sure what to tell the relying party to specify in the SAML request to forward the request to the proper Identity provider.
When using WS-Federation you can simply attach the "whr" attribute to the request query string and it will use that value to redirect. Does SAML-P have an equivalent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您可以尝试使用RelayState参数。
希望有帮助,
路易斯
Maybe you could try with the RelayState parameter.
Hope it helps,
Luis