使用 SimpleSamlPhp 发送 XML 标头
我正在使用 SimpleSamlPhp 来 SAML 服务提供商。
SimpleSamlPhp 正在发送不带 xml 标头的身份验证请求,但 IdP 表示他们需要 xml 标头。如何在请求中添加 utf-8 标头? ()
这就是我发送
这就是 IdP 请求
PS:在Feide OpenIdp上测试了我的SP并且工作正常。
I'm using SimpleSamlPhp for SAML Service Provider.
SimpleSamlPhp is sending sending auth request without xml headers, but IdP says they require an xml header. How can I add utf-8 header to request? (<?xml version="1.0" encoding="UTF-8"?>
)
This is how I send
<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="gfpdfaailecofabshsehljipgpofofghjjahggi" Version="2.0" IssueInstant="2011-08-23T06:26:06Z" ProtocolBinding="urn:oasis:
etc.....
This is how IdP asks for
<?xml version="1.0" encoding="UTF-8"?><samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="gfpdfaailecofabshsehljipgpofofghjjahggi" Version="2.0" IssueInstant="2011-08-23T06:26:06Z" ProtocolBinding="urn:oasis:
etc.....
PS: Tested my SP on Feide OpenIdp and works fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论