OAuth 端点 URL

启用 OAuth 2.0 之后,在 WebSphere® Application Server 上配置了若干端点 URL,以便在访问 OAuth 保护的资源之前,OAuth 客户机可与 OAuth 服务提供程序进行通信。

为 OAuth 服务提供程序配置了下列端点 URL:
  1. 授权端点 URL
    https://<host_name>:<port_number>/oauth2/endpoint/<provider_name>/authorize
    其中:

    host_name 是 OAuth 服务提供程序的主机名。port_number 是 WebSphere Application Server 上配置的安全端口号。缺省安全端口号为 9443。provider_name 是 OAuth 提供程序名称。

  2. 令牌端点 URL
    https://<host_name>:<port_number>/oauth2/endpoint/<provider_name>/token
    其中:

    host_name 是 OAuth 服务提供程序的主机名。port_number 是 WebSphere Application Server 上配置的安全端口号。缺省安全端口号为 9443。provider_name 是 OAuth 提供程序名称。

  3. 基于信任关联拦截器 (TAI) 的用户认证的授权端点 URL
    https://<host_name>:<port_number>/oauth2/declaritiveEndpoint/<provider_name>/authorize
    其中:

    host_name 是 OAuth 服务提供程序的主机名。port_number 是 WebSphere Application Server 上配置的安全端口号。缺省安全端口号为 9443。provider_name 是 OAuth 提供程序名称。

    使用此授权端点时,适用的用户认证包括 TAI 和 spnego。

指示主题类型的图标 概念主题



时间戳记图标 最近一次更新时间: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=cwbs_oauthendpoints
文件名:cwbs_oauthendpoints.html