Skip to content

Commit 919c74e

Browse files
committed
add condition of client_id
1 parent 57b1cf3 commit 919c74e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

draft-ietf-oauth-attestation-based-client-auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ Upon receiving a Client Attestation, the receiving server MUST ensure the follow
507507
10. The audience claim in the Client Attestation PoP JWT is the issuer identifier URL of the authorization server as described in {{RFC8414}}.
508508
11. The Client Attestation JWT is fresh enough for the policies of the authorization server by checking the `iat` or `exp` claims.
509509
12. Depending on the security requirements of the deployment, additional checks to guarantee replay protection for the Client Attestation PoP JWT might need to be applied (see [](#security-consideration-replay) for more details).
510+
13. If a `client_id` is provided in the request containing the Client Attestation, then this `client_id` matches the `sub` claim of the Client Attestation JWT and the `iss` claim of the Client Attestation PoP JWT.
510511

511512
# Implementation Considerations
512513

0 commit comments

Comments
 (0)