Authorize (Authorization Code flow)
curl --request GET \
--url https://app.trelica.com/connect/authorizeAuthentication
Authorize (Authorization Code flow)
Redirects the user to the SaaS Manager consent screen. After the user consents, the browser is redirected back to redirect_uri with a code (and state) query parameter, which you then exchange for a token at /connect/token. This is a browser-redirect endpoint, not a JSON API call.
GET
/
connect
/
authorize
Authorize (Authorization Code flow)
curl --request GET \
--url https://app.trelica.com/connect/authorizeQuery Parameters
Must be code.
The app's client ID.
The URL to redirect back to; must match a redirect URI configured on the app.
Space-separated scopes to request.
An opaque value echoed back on the redirect; use it to maintain state and prevent CSRF.
Force login (re-authenticate) or consent (re-consent).
Response
302
Redirect to redirect_uri with the authorization code and state.
Was this page helpful?
⌘I