Flow 1
Two-domain hop
- 1
User delegates to the client at AS A. Client holds an access token for A's APIs.
- 2
Client token-exchanges at AS A: requested token type = JWT grant, audience = AS B issuer.
- 3
Client POSTs jwt-bearer assertion to AS B's token endpoint, plus resource=B's API.
- 4
AS B validates the grant (trust in A, aud=B, exp, policy) and issues an at+jwt for its RS.
- 5
Client calls B's RS with that access token, never with A's token.