authentication

Get authorization request details for consent screen

Called by the consent UI to get details about the pending authorization request.

get/oauth2/login

Query parameters

request_idstring uuid required

The pending authorization request identifier.

Response

Authorization request details

requestIdstring uuid required
clientIdstring required
scopesstring[] required
redirectUristring required

Changes