Developing
Remedy Single Sign-On provides API endpoints for OAuth 2.0. These endpoints fetch details of tokens and authorization information. You can use the following OAuth 2.0 endpoints:
/rsso/oauth2/token
Supports the POST
operation. The POST
operation issues the access/refresh tokens. For more information, see Token endpoint. Additionally, this endpoint supports JWT as Authorization Grant and also uses JWT for Client authentication.
/rsso/oauth2/authorize
Supports the GET
operation. The GET
operation obtains the OAuth2 authorization code. For more information, see Authorization Endpoint.
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.