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/authorize-challenge

Response

OK

authorization_codestring required

Authorization Code

Example response

{
  "authorization_code": "uY29tL2F1dGhlbnRpY"
}

Changes