After OAuth 2.0 is enabled, several endpoint URLs are configured on the WebSphere® Application Server so that OAuth clients can communicate with the OAuth service provider before accessing OAuth protected resources.
https://<host_name>:<port_number>/oauth2/endpoint/<provider_name>/authorize
wherehost_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. The default secure port number in 9443.
provider_name is the OAuth provider name.
https://<host_name>:<port_number>/oauth2/endpoint/<provider_name>/token
wherehost_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. The default secure port number in 9443.
provider_name is the OAuth provider name.
https://<host_name>:<port_number>/oauth2/declaritiveEndpoint/<provider_name>/authorize
wherehost_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. The default secure port number in 9443.
provider_name is the OAuth provider name.