Skip to content

Commit 15de548

Browse files
authored
Merge pull request #128 from oauth-wg/tl/issue_117
Editorial nit about usage of client attestation outside of OAuth
2 parents d9d7275 + 71c0c55 commit 15de548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The Remote Attestation Procedures (RATS) architecture defined by {{RFC9334}} has
159159

160160
# Client Attestation Format
161161

162-
This draft introduces the concept of client attestations to the OAuth 2 protocol, using two JWTs: a Client Attestation and a Client Attestation Proof of Possession (PoP). The primary purpose of these JWTs is to authenticate the Client Instance. These JWTs can be transmitted via HTTP headers in an HTTP request (as described in [](#headers)) from a Client Instance to an Authorization Server or Resource Server, or via a concatenated serialization (as described in [](#alternative-representation)) to enable usage outside of the traditional OAuth2 ecosystem .
162+
This draft introduces the concept of client attestations to the OAuth 2 protocol, using two JWTs: a Client Attestation and a Client Attestation Proof of Possession (PoP). The primary purpose of these JWTs is to authenticate the Client Instance. These JWTs can be transmitted via HTTP headers in an HTTP request (as described in [](#headers)) from a Client Instance to an Authorization Server or Resource Server, or via a concatenated serialization (as described in [](#alternative-representation)) to enable usage outside of OAuth2 based interactions.
163163

164164
## Client Attestation JWT {#client-attestation-jwt}
165165

@@ -597,6 +597,7 @@ This section requests registration of the following scheme in the "Hypertext Tra
597597

598598
-06
599599

600+
* clarify usage of client attestation outside of oauth2 applications
600601
* add oauth error response values `invalid_client_attestation` and `use_attestation_challenge`
601602
* revert the HTTP OPTIONS mechanism to fetch nonces and add a dedicated challenge endpoint
602603
* rename nonce to challenge

0 commit comments

Comments
 (0)