By default, the OAuth2 Server uses the following Endpoints: Authorization: /sgc/oauth2/auth Token: /sgc/oauth2/token Which means that if your server listens on IP 80.54.41.30 and port 8443, the full OAuth2 Endpoints will be: Authorization: https://80.54.41.30:8443/sgc/oauth2/auth Token: https://80.54.41.30:8443/sgc/oauth...