Skip to content

Commit 2ec583a

Browse files
committed
Review comments addressed
Review comments addressed
1 parent c2baf3f commit 2ec583a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openid-sharedsignals-framework-1_0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -552,12 +552,11 @@ TODO: consider adding a IANA Registry for metadata, similar to Section 7.1.1 of
552552
{{RFC8414}}. This would allow other specs to add to the metadata.
553553

554554
### Authorization scheme {#authorization-scheme}
555-
SSF is an HTTP based signals sharing framework. It is agnostic to the authentication and authorization schems used to secure stream configuration APIs. It does not provide any SSF specific authentication and authorization schemes but relies on the cooperating parties mutual security considerations. Authorization scheme section of the metadata, providers disovery informaton related to the transmitter's stream management APIs.
555+
SSF is an HTTP based signals sharing framework. It is agnostic to the authentication and authorization schemes used to secure stream configuration APIs. It does not provide any SSF specific authentication and authorization schemes but relies on the cooperating parties mutual security considerations. Authorization scheme section of the metadata, providers discovery information related to the transmitter's stream management APIs.
556556

557557
spec_urn
558558

559-
> A URN for a specification for the protocol being used REQUIRED.
560-
559+
> REQUIRED. A URN that describes the specification of the protocol being used.
561560

562561
The receiver will call the transmitter APIs by providing appropriate credentials as per the `spec_urn`.
563562

@@ -2047,8 +2046,9 @@ The purpose is defense in depth against confusion with other JWTs, as described
20472046
in Sections 4.5 and 4.6 of {{RFC8417}}.
20482047

20492048
### The "aud" Claim {#aud-claim}
2050-
The "aud" claim can be a single value or an array. Values that uniquely identifies the Receiver to the
2051-
Transmitter MAY be used, if the two parties have agreement on the format.
2049+
The "aud" claim can be a single value (string) or an array of strings. Values that
2050+
uniquely identifies the Receiver to the Transmitter MAY be used, if the two parties
2051+
have agreement on the format.
20522052

20532053
More than one value can be present if the corresponding Receivers are known to
20542054
the Transmitter to be the same entity, for example a web client and a mobile

0 commit comments

Comments
 (0)