Skip to main content

Continue Authentication Flow after Prechecks

POST 

/login-srv/precheck/continue/:trackid

This API call allows you to continue the authentication process to finally issue a code or token. This call should be performed after successful user interactions that were unfulfilled during the initial login request.

The Track ID was generated during the login call and is issued when a condition is unmet but required. This might be related to the user or related to the app settings.

The redirect_uri specified in the authorization flow is then returned along with either a code or an access token, depending on the authorization flow.

Note: For specific precheck scenarios such as group selection or password change on next login, please refer to the detailed documentation with specific request body schemas: Continue Login after Precheck (Token Conditions)

Request

Responses

Found