This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.

OAuth endpoint URLs

After OAuth 2.0 is enabled, several endpoint URLs are configured on your WebSphere® Application Server so that OAuth clients can communicate with the OAuth service provider before accessing OAuth protected resources.

The following endpoint URLs are configured for the OAuth service provider:
  • Authorization endpoint URL
    https://host_name:port_number/oauth2/endpoint/provider_name/authorize
    where
    • host_name is the host name of the OAuth service provider.
    • port_number is the secure port number that is configured on the WebSphere Application Server.
    • provider_name is the OAuth provider name.
  • Token endpoint URL
    https://host_name:port_number/oauth2/endpoint/provider_name/token
    where
    • host_name is the host name of the OAuth service provider.
    • port_number is the secure port number that is configured on the WebSphere Application Server.
    • provider_name is the OAuth provider name.
  • Authorization endpoint URL of trust association interceptor (TAI) based user authentication
    https://host_name:port_number/oauth2/declaritiveEndpoint/provider_name/authorize
    where
    • host_name is the host name of the OAuth service provider.
    • port_number is the secure port number that is configured on the WebSphere Application Server.
    • provider_name is the OAuth provider name.
    By using this authorization endpoint, the applicable user authentication includes TAI.

Icon that indicates the type of topic Concept topic



Timestamp icon Last updated: Tuesday, 12 December 2017
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-libcore-mp&topic=cwlp_oauth_endpoints
File name: cwlp_oauth_endpoints.html