OAuth 端点 URL

在启用 OAuth 2.0 之后,会在 WebSphere® Application Server 上配置几个端点 URL,以便 OAuth 客户机能在访问 OAuth 保护的资源之前与 OAuth 服务提供者通信。

为 OAuth 服务提供者配置了下列端点 URL:
  • 授权端点 URL
    https://host_name:port_number/oauth2/endpoint/provider_name/authorize
    其中
    • host_name 是 OAuth 服务提供者的主机名。
    • port_number 是 WebSphere Application Server 上配置的安全端口号。
    • provider_name 是 OAuth 提供者名称。
  • 令牌端点 URL
    https://host_name:port_number/oauth2/endpoint/provider_name/token
    其中
    • host_name 是 OAuth 服务提供者的主机名。
    • port_number 是 WebSphere Application Server 上配置的安全端口号。
    • provider_name 是 OAuth 提供者名称。
  • 基于信任关联拦截器 (TAI) 的用户认证的授权端点 URL
    https://host_name:port_number/oauth2/declaritiveEndpoint/provider_name/authorize
    其中
    • host_name 是 OAuth 服务提供者的主机名。
    • port_number 是 WebSphere Application Server 上配置的安全端口号。
    • provider_name 是 OAuth 提供者名称。
    通过使用此授权端点,适用的用户认证会包含 TAI。

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



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