Authorization Challenge
The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.
The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.
post/restv1/authorize-challenge
Response
OK
Example response
{
"authorization_code": "uY29tL2F1dGhlbnRpY",
"logout_status_jwt": "eyJraWQiOiJjb25uZWN0XzA3ZjQ3ZmRkLTg0NTYtNDMzOC1iYTRmLWNhNmU0NDBmYjljOV9zaWdfcnMyNTYiLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9"
}