-
Issue access_token, refresh_token and id_token. Supported grant types: grant_type = authorization_code | refresh_token | password | client_credentials
POSThttp://localhost:8080/services/oauth2/{organization-id}/{project-id}/token
-
Revoke issued JWTs.
POSThttp://localhost:8080/services/oauth2/{organization-id}/{project-id}/revoke
-
Redirects to redirect_uri in Authorization Code Grant flow and issues access_code token.
GEThttp://localhost:8080/services/oauth2/{organization-id}/{project-id}/login
-
Endpoint to invoke login for Authorization Code Grant flow.
GEThttp://localhost:8080/services/oauth2/{organization-id}/{project-id}/authorize
-
Endpoint to provide consent for Authorization Code Grant flow.
GEThttp://localhost:8080/services/oauth2/{organization-id}/{project-id}/consent
-
Redirect URI endpoint to test Authorization Code Grant flow for organization/project.
GEThttp://localhost:8080/services/oauth2/{organization-id}/{project-id}/redirect