Start an external OAuth authorization flow
GET/v1/auth/oauth/start
Validates the OAuth authorization request, binds it to the secure browser session and redirects either to sign-in or directly to the consent page. This route returns a redirect rather than JSON.
Request
Responses
- 303
- 400
- 500
Redirect to browser sign-in or the external OAuth consent page.
The OAuth client, redirect URI, PKCE challenge or requested scopes are invalid.
An unexpected internal error occurred.