latestSwagger 2.02026-08-0982147352.7 KB
be66ed178abe
Authentication Token
OAuth authorization
Redirect your external application to this endpoint, providing the required query parameters. This kicks-off the OAuth flow for your external application. <br /><br /> Please see the <a href="/api/docs/v2#section/Authorization">AUTHORIZATION</a> section for a full explanation of the OAuth flow.
get/v{version}/connect/auth
Path parameters
versionstring required
Query parameters
client_idstring required
Your Ease Application Id (that is, the Ease Application where, for example, the redirect uri and scopes are specified).
scopestring required
The scopes your application requires: comma-separated list with no spaces. This must exactly match the scopes set in the Ease Application.
redirect_uristring required
The redirect uri registered to your Application. This must exactly match the redirect uri set in the Ease Application.
statestring required
A non-guessable, unique state. This should be different for each request.
Response
OK
MvcIActionResult required