+

Search Tips   |   Advanced Search

(WAS v8.5.0.1)

OAuth endpoint URLs

After OAuth 2.0 is enabled, several endpoint URLs are configured on the WAS 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:

  1. Authorization endpoint URL

      https://<host>:<port_number>/oauth2/endpoint/<provider_name>/authorize

    where

    host is the host name of the OAuth service provider.
    port_number is the secure port number configured on the WAS. The default secure port number in 9443.
    provider_name is the OAuth provider name.

  2. Token endpoint URL

      https://<host>:<port_number>/oauth2/endpoint/<provider_name>/token

    where

    host is the host name of the OAuth service provider.
    port_number is the secure port number configured on the WAS. The default secure port number in 9443.
    provider_name is the OAuth provider name.

  3. Authorization endpoint URL of trust association interceptor (TAI) based user authentication

      https://<host>:<port_number>/oauth2/declaritiveEndpoint/<provider_name>/authorize

    where

    host is the host name of the OAuth service provider.
    port_number is the secure port number configured on the WAS. The default secure port number in 9443.
    provider_name is the OAuth provider name. By using this authorization endpoint, the applicable user authentication includes TAI and spnego.