From 842e6e60c951fe679ae0c5ac777c1349d6b72889 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Fri, 16 Feb 2024 09:41:28 +0100 Subject: [PATCH 1/2] editorial: abstract, less is more (general) --- 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 f823baf..d8b601f 100644 --- a/draft-demarco-oauth-nonce-endpoint.md +++ b/draft-demarco-oauth-nonce-endpoint.md @@ -41,7 +41,7 @@ informative: BCP195: BCP195 --- abstract -This document defines the Nonce Endpoint for OAuth 2.0 implementations [RFC6749]. It details how an Authorization Server generates and issues opaque Nonces and how a client can learn about this endpoint to obtain a Nonce generated an Authorization Server or another entity. +This document defines the Nonce Endpoint for OAuth 2.0 implementations [RFC6749]. It details how a Server generates and issues opaque Nonces and how a client can learn about this endpoint to obtain the Nonce. --- middle From f0f6a182c5bcb17b589089497cc85bf0e36dcb16 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Mon, 19 Feb 2024 18:13:12 +0100 Subject: [PATCH 2/2] Apply suggestions from code review 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 d8b601f..a05acf8 100644 --- a/draft-demarco-oauth-nonce-endpoint.md +++ b/draft-demarco-oauth-nonce-endpoint.md @@ -41,7 +41,7 @@ informative: BCP195: BCP195 --- abstract -This document defines the Nonce Endpoint for OAuth 2.0 implementations [RFC6749]. It details how a Server generates and issues opaque Nonces and how a client can learn about this endpoint to obtain the Nonce. +This document defines a Nonce Endpoint and details how a Server generates and issues opaque Nonces and how a client can learn about this endpoint to obtain the Nonce. --- middle