Flow 1
Certificate-bound access token
- 1
Client opens TLS to the AS token endpoint with its cert (SPIFFE SVID or otherwise).
- 2
AS authenticates the client and issues an access token bound to the cert thumbprint.
- 3
Client calls the RS on mTLS with the same cert and Authorization: Bearer (the token is still a bearer header, but useless without the cert).
- 4
RS checks TLS cert thumbprint equals cnf.