【问题标题】:Integrating Python with PingFederate将 Python 与 PingFederate 集成
【发布时间】:2016-10-17 12:42:37
【问题描述】:

我们的应用程序是用 python 编写的。我想将此与 PingFederate 集成。有没有我可以用于此目的的 python 库?

【问题讨论】:

    标签: python ping pingfederate


    【解决方案1】:

    虽然 Ping Identity 没有商用 Python 库,但有一些选择,包括使用 PingFederate 无代理集成工具包 (https://support.pingidentity.com/s/marketplace-integration-details?recordId=a7i1W0000004ICWQA2) 或基于标准的协议(如 OpenID Connect - 有开源库) .

    “正确”选择需要根据您的集成目标和您希望进行的集成工作进行进一步分析。 Ping Identity 确实有更详细的指南可以帮助您:https://www.pingidentity.com/content/developer/en/resources/application-integration-overview.html

    【讨论】:

      【解决方案2】:

      我已经成功地将一些 python 应用程序与 ping federate 集成在一起。最近使用 OpenID Connect 和 Flask-OIDC。确实,您发现任何符合 SAML\Oauth\OIDC 的东西都应该没有与 pingfederate 集成的问题。

      http://flask-oidc.readthedocs.io/en/latest/

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2013-04-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2012-05-14
        • 2016-04-19
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多