【问题标题】:PingFederate and PingAccess REST APIs using Authorization token使用授权令牌的 PingFederate 和 PingAccess REST API
【发布时间】:2016-11-11 11:30:16
【问题描述】:

我正在使用用户名和密码调用 PF 和 PA REST Web 服务,但提供凭据似乎很容易受到攻击。有没有办法为 REST AP 服务调用提供唯一的授权代码而不是凭据?。

目前是这样调用的

root@ubuntu:/home/joe# curl -k -u "**UserName:Password**" -H "X-Xsrf-Header: PingAccess" https://localhost:9000/pa-admin-api/v1/virtualhosts

【问题讨论】:

    标签: rest pingfederate pingaccess


    【解决方案1】:

    PingAccess 管理 API 支持 OAuth 访问令牌进行身份验证。它们必须是 PingFederate 颁发的访问令牌(使用任何授权类型),并且包含用于管理 API 访问的配置范围。更多详情见:https://support.pingidentity.com/s/document-item?bundleId=pingaccess-52&topicId=reference/ui/pa_t_Configure_API_Authentication.html

    PingFederate 本身目前不支持管理 API 的 OAuth,但是有许多身份验证选项。当前支持的最安全的身份验证形式是客户端证书身份验证。更多详情请见:https://support.pingidentity.com/s/document-item?bundleId=pingfederate-92&topicId=adminGuide%2FconfiguringAccessToTheAdministrativeApi.html

    【讨论】:

      猜你喜欢
      • 2021-10-24
      • 2021-10-20
      • 2015-04-24
      • 1970-01-01
      • 2020-07-16
      • 2021-10-23
      • 1970-01-01
      • 2019-05-23
      • 1970-01-01
      相关资源
      最近更新 更多