使用 SimpleSamlPhp 发送 XML 标头

发布于 2024-11-30 17:04:11 字数 491 浏览 0 评论 0原文

我正在使用 SimpleSamlPhpSAML 服务提供商。

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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文