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 提供者名称。