From 273edeec64b8812b7610d7d093193331d27951f8 Mon Sep 17 00:00:00 2001 From: Michael Eckel Date: Sun, 25 Apr 2021 21:59:56 +0200 Subject: [PATCH] Scope of Claims Set in Claims Selection. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: The “all Claims” may be ambiguous, I’d like to double check, does it refer to all Claims that the Attester can create or refer to all Claims requested in the Claim Selection? Solution in this commit: Made it clear. Signed-off-by: Michael Eckel --- draft-ietf-rats-reference-interaction-models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-rats-reference-interaction-models.md b/draft-ietf-rats-reference-interaction-models.md index fed92d0..c1af4b7 100644 --- a/draft-ietf-rats-reference-interaction-models.md +++ b/draft-ietf-rats-reference-interaction-models.md @@ -239,9 +239,9 @@ Claim Selection ('claimSelection'): : *optional* -: A statement that represents a (sub-)set of Claims that can be created by an Attester. +: A (sub-)set of Claims which can be created by an Attester. -: Claim Selections can act as filters that can specify the exact set of Claims to be included in Evidence. An Attester MAY decide whether or not to provide all Claims as requested via a Claim Selection. +: Claim Selections act as filters to specify the exact set of Claims to be included in Evidence. In a remote attestation process, a Verifier sends a Claim Selection, among other elements, to an Attester. An Attester MAY decide whether or not to provide all requested Claims from a Claim Selection to the Verifier. Evidence ('signedAttestationEvidence'):