Skip to content

Commit 3944ad7

Browse files
authored
Merge pull request #143 from oauth-wg/pb-affiliation-and-standards-track
make draft standards track and update Paul's affiliation
2 parents 693d9e7 + f1d5d7a commit 3944ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "OAuth 2.0 Attestation-Based Client Authentication"
3-
category: info
3+
category: std
44
lang: en
55

66
docname: draft-ietf-oauth-attestation-based-client-auth-latest
@@ -28,7 +28,7 @@ author:
2828
-
2929
fullname: Paul Bastian
3030
organization: Bundesdruckerei
31-
email: paul.bastian@posteo.de
31+
email: paul.bastian@bdr.de
3232
-
3333
fullname: Christian Bormann
3434
organization: SPRIND
@@ -177,7 +177,7 @@ The following content applies to the JWT Header:
177177

178178
The following content applies to the JWT Claims Set:
179179

180-
* `iss`: REQUIRED. The `iss` (subject) claim MUST contains a unique identifier for the entity that issued the JWT. In the absence of an application profile specifying otherwise, compliant applications MUST compare issuer values using the Simple String Comparison method defined in Section 6.2.1 of {{RFC3986}}.
180+
* `iss`: REQUIRED. The `iss` (issuer) claim MUST contains a unique identifier for the entity that issued the JWT. In the absence of an application profile specifying otherwise, compliant applications MUST compare issuer values using the Simple String Comparison method defined in Section 6.2.1 of {{RFC3986}}.
181181
* `sub`: REQUIRED. The `sub` (subject) claim MUST specify client_id value of the OAuth Client.
182182
* `exp`: REQUIRED. The `exp` (expiration time) claim MUST specify the time at which the Client Attestation is considered expired by its issuer. The authorization server MUST reject any JWT with an expiration time that has passed, subject to allowable clock skew between systems.
183183
* `cnf`: REQUIRED. The `cnf` (confirmation) claim MUST specify a key conforming to {{RFC7800}} that is used by the Client Instance to generate the Client Attestation PoP JWT for client authentication with an authorization server. The key MUST be expressed using the "jwk" representation.

0 commit comments

Comments
 (0)