Flow 1
JWT bearer grant (redeem an assertion)
- 1
Client obtains a JWT authorization grant audience-restricted to this AS (from token exchange / identity chaining / XAA).
- 2
POSTs grant_type=jwt-bearer and assertion=the JWT, plus any requested resource/scope.
- 3
AS validates signature, aud, exp, and policy, then issues an access token for its RS.