Introspect Authorization Request Token

Introspects the provided authorization request JWT.

If the /authorize API returns a response that returns a redirect to a login page, then an authorization request JWT will be created (composed of the original authorization request parameters) and appended to the URL using the req query parameter. The authorization request JWT can then be used by the login page to infer the original authorization request parameters by introspecting the JWT.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!