Flow 1
Signed authorization request
- 1
Client builds a JWT with the authorize parameters, aud=AS, signed with its key.
- 2
Passes request=JWT or request_uri to a hosted object (or PAR).
- 3
AS verifies signature and uses the JWT claims as the request, ignoring unsigned duplicates that would widen it.