From 90a469339a23458a5f746d47628d3fae5e45d060 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Thu, 18 Apr 2024 15:36:24 +0200 Subject: [PATCH] Orie's rev Co-authored-by: Orie Steele --- draft-demarco-oauth-nonce-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-demarco-oauth-nonce-endpoint.md b/draft-demarco-oauth-nonce-endpoint.md index c22d94d..2193955 100644 --- a/draft-demarco-oauth-nonce-endpoint.md +++ b/draft-demarco-oauth-nonce-endpoint.md @@ -206,7 +206,7 @@ Below are provided some non-normative examples, describing how a decrypted and J } ~~~~ -Please note that the values represented in the previous examples MAY depend on domain specific requirements and MUST NOT be intended as normative. +Please note that the values represented in the previous examples are informative. In any case, the payload MUST include some unique value (`"jti"` on the example above), typically generated using a pseudo-random number generator with sufficient entropy [RFC4086], to ensure that the encrypted digest (the actual Nonce) is also unique.