We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您还可以查看 https://github.com/onelogin/python-saml
是同样是开源的,该工具包包含 2 个演示:一个 django 应用程序和一个 Flask 应用程序。
目前仅适用于 Python 2.X
编辑 13/05/2015:有一个 python 3.X 版本(测试版,我仍在测试它):https://github.com/pitbulk/python3-saml (感谢 bgaifullin 的贡献)
编辑于 13/04/2016 :Python 3.X版本稳定并经过测试。
You can also take a look on https://github.com/onelogin/python-saml
Is also open source and the toolkit contains 2 demos: A django application and a Flask application.
Right now only works on Python 2.X
Edited 13/05/2015: There is a python 3.X version (beta, I'm still testing it): https://github.com/pitbulk/python3-saml (thanks bgaifullin for contributing it)
Edited 13/04/2016: Python 3.X version is stable and tested.
Launchpad 上的 pysaml2 项目现在非常活跃。我认为您在 PyCon 2011 上正在冲刺它。pysaml2 包包含在 Python 包索引 (PyPi) 中,并且可以使用
easy_install
/pip
。这些文档可以在以下位置找到:https://pypi.python.org/pypi/pysaml2有一个 Django 的相关项目可以在 PyPi 中找到: djangosaml2
另一个项目, <谷歌代码上的strong>python-saml2,似乎有点旧并且不那么活跃。
我对其他人没有任何经验。
我找到了另一个: https://github.com/tachang/PySAML
缩写 pysaml2 、PySAML 和 python-saml2 指的是三个不同的项目,有点令人困惑。
更新:2020 年 9 月 29 日(代表 @Umognog,谢谢)
更新:2019 年 4 月 27 日 - 项目当前状态:
The pysaml2 project at launchpad is pretty active now. I think that you were sprinting on it at PyCon 2011. The pysaml2 package is included in Python package index (PyPi) and installable with
easy_install
/pip
. The docs can be found at: https://pypi.python.org/pypi/pysaml2There is a related project for Django which can be found at PyPi: djangosaml2
The other project, python-saml2 on google code, seems to be a bit older and not so active.
I don't have any experience with the other ones.
I found another one: https://github.com/tachang/PySAML
The abbreviations pysaml2, PySAML and python-saml2, which refer to three different projects, are a bit confusing.
Update: 2020 Sep 29 (on behalf of @Umognog, thx)
Update: 2019 Apr 27 - Current status of the projects: