OAuth endpoint URLs

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

  1. Authorization endpoint URL

      https://host:port/oauth2/endpoint/provider/authorize

  2. Token endpoint URL

      https://provider:port/oauth2/endpoint/provider/token

  3. Authorization endpoint URL of TAI-based user authentication

      https://provider:port/oauth2/declaritiveEndpoint/provider/authorize

    By using this authorization endpoint, the applicable user authentication includes TAI and spnego.

The default secure port number in 9443. provider is the OAuth provider name.