Skip to content
Esc
navigateopen⌘Jpreview
Dashboard

Continue OAuth login

Continues the OAuth2 login flow after the login page

GET/{apiBasePath}/oauth/login
Path parameters
apiBasePathstringrequired
Its value depends on the apiBasePath set by the user
Query parameters
loginChallengestringrequired
Responses
200The next url in the login flow
One of:
object
frontendRedirectTostring
The URL to redirect the user to
generalErrorResponse
statusstring
Error status code
Allowed:GENERAL_ERROR
messagestring
Error message
400OAuth2 specific error response
errorstring
The OAuth2 error code
error_descriptionstring
Human readable error description
404Resource not found error
string
500Internal server error
string
Try it
Server
Parameters
Request
curl -X GET "/auth/oauth/login?loginChallenge=string"
Response
{
  "frontendRedirectTo": "https://client.com/callback?code=asdf1234567890&status=asdf1234"
}

API reference

API schema and response details