有没有办法使用 Apache 过滤器提供 SAML sp 实现?
我对 SAML SSO 非常陌生。我正在使用一个支持 SAML 身份验证的 idp web 应用程序。
问题是我需要其他 sp 通过我的 idp 进行身份验证,并且我不想在每个平台(Python、PHP、Java 等)中实现所有协议。
我在想是否有一种方法可以使用 apache 过滤器来实现 sp 身份验证流程。
有人思考过这个问题吗?
谢谢。
I'm really new with SAML SSO. I'm woking with an idp webapp that will support SAML authentication.
The problem is that I will need that other sp authenticate with my idp and I don't want to implement all the protocol in every platform (Python, PHP, Java, etc).
I was thinking if there's a way to implement the sp authentication flow using an apache filter.
Has someone thought about this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
mod_mellon 是您要找的: https://github.com/UNINETT/mod_auth_mellon
mod_mellon is what you're looking for: https://github.com/UNINETT/mod_auth_mellon
使用 Shibboleth 作为 SAML 客户端并结合 Apache Web 服务器可能是一种替代方案。
Using Shibboleth as a SAML client in conjunction with Apache web server may be an alternative.