Skip to content

Commit

Permalink
Merge pull request #6 from thomas-fossati/hannestschofenig-patch-1
Browse files Browse the repository at this point in the history
Use the term "nonce" instead of "auth challenge"
  • Loading branch information
thomas-fossati authored Nov 30, 2020
2 parents 8354b62 + e2de34f commit 8194414
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions draft-tschofenig-rats-psa-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,9 @@ claims:

## Caller Claims

### Auth Challenge
### Nonce

The Auth Challenge claim is an input object from the caller. For example, this
can be a cryptographic nonce, a hash of locally attested data. The length must
The Nonce claim is a challenge from the caller. The length must
be 32, 48, or 64 bytes.

This claim MUST be present in a PSA attestation token.
Expand Down Expand Up @@ -501,13 +500,13 @@ following claims:
This specification registers the following claims in the IANA "CBOR Web Token (CWT)
Claims" registry {{IANA-CWT}}, established by {{!RFC8392}}.

### Auth Challenge Claim
### Nonce Claim

* Claim Name: "psa-nonce-claim"
* Claim Name: "psa-nonce"

* Claim Description: Auth Challenge
* Claim Description: Nonce

* JWT Claim Name: "psa-nonce-claim"
* JWT Claim Name: "psa-nonce"

* Claim Key: [[Proposed: -75008]]

Expand Down

0 comments on commit 8194414

Please sign in to comment.