Use Push Authorization Requests (PAR) and -Secured Authorization Requests (JAR) together to provide a higher security level in the . Whereas PAR provides clients with confidentiality and integrity protection for authorization requests, JAR provides non-repudiation protection.Documentation Index
Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How to use PAR and JAR together
To use PAR and JAR together, generate the JAR request and, instead of calling the/authorize endpoint, post the request to the PAR endpoint. Then, the PAR endpoint returns a request_uri that you can use to call the /authorize endpoint as in a regular PAR flow.
The following cURL request uses PAR and JAR together: