Complete login/consent for an authorization request
POST /oauth2/login
POST
/oauth2/login
Called by the consent UI after user authenticates and consents. Sets the user on the auth request and redirects back to the client with an authorization code.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”Login consent completion with the authorization request ID.
object
requestId
required
string format: uuid
Responses
Section titled “ Responses ”Authorization completed, redirect URL returned
object
redirectUri
required
string format: uri
default
Section titled “default ”An error occurred
Standardized error response
object
status
required
HTTP status error code
integer
Example
400 message
required
Human-friendly error message
string
Example
Invalid email format error
required
Error code identifying the specific application error
string