用于实现基于 SAML2 的服务提供者和身份提供者的 Python 库?

发布于 2024-10-18 06:30:04 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

零崎曲识 2024-10-25 06:30:04

您还可以查看 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.

陌上芳菲 2024-10-25 06:30:04

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 PySAMLpython-saml2 指的是三个不同的项目,有点令人困惑。

更新:2020 年 9 月 29 日(代表 @Umognog,谢谢)

更新:2019 年 4 月 27 日 - 项目当前状态:

  • PySAML - 否自 2009 年更新。
  • pysaml2 - 与 Python3 兼容并在 https://idpy.org/ 项目
  • python-saml2 下获取- pypi 上似乎不存在。没有找到参考文献

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/pysaml2

There 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:

  • PySAML - Not updated since 2009.
  • pysaml2 - Is Python3 compatible and taken under the https://idpy.org/ project
  • python-saml2 - Does not seem to exist on pypi. No references found
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文