You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix reference to discovery section
The rendered text said "is specified in the Discovery Section 6 section."
Aligned with other such references in the spec, it now says "is specified in the Discovery section (Section 6)."
* Fix some typos
* Fix a typo
* Incorporate FragLegs' grammar fix
Co-authored-by: Shayne Miel (he/him) <miel.shayne@gmail.com>
---------
Co-authored-by: Shayne Miel (he/him) <miel.shayne@gmail.com>
Copy file name to clipboardExpand all lines: openid-sharedsignals-framework-1_0.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,7 +437,7 @@ of these members are required and specified as such in the respective event
437
437
types specs. If a Transmitter determines that it needs to include additional
438
438
members that are not specified in the event types spec, then the name of such
439
439
members MUST be a URI. The discoverability of all additional members is
440
-
specified in the Discovery {{discovery}} section.
440
+
specified in the Discovery section ({{discovery}}).
441
441
442
442
# Example SETs that conform to the Shared Signals Framework {#events-examples}
443
443
@@ -603,7 +603,7 @@ jwks_uri
603
603
> OPTIONAL. URL of the Transmitter's JSON Web Key Set {{RFC7517}} document.
604
604
This contains the signing key(s) the Receiver uses to validate signatures from
605
605
the Transmitter. This value MUST be specified if the Transmitter intends to
606
-
generate signed JWTs
606
+
generate signed JWTs.
607
607
608
608
delivery_methods_supported
609
609
@@ -647,13 +647,13 @@ TODO: consider adding a IANA Registry for metadata, similar to Section 7.1.1 of
647
647
{{RFC8414}}. This would allow other specs to add to the metadata.
648
648
649
649
### Authorization scheme {#authorization-scheme}
650
-
SSF is an HTTP based signals sharing framework and 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. The authorization scheme section of the metadata provides discovery information related to the transmitter's stream management APIs.
650
+
SSF is an HTTP based signals sharing framework and 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. The authorization scheme section of the metadata provides discovery information related to the Transmitter's stream management APIs.
651
651
652
652
spec_urn
653
653
654
654
> REQUIRED. A URN that describes the specification of the protocol being used.
655
655
656
-
The receiver will call the transmitter APIs by providing appropriate credentials as per the `spec_urn`.
656
+
The Receiver will call the Transmitter APIs by providing appropriate credentials as per the `spec_urn`.
657
657
658
658
The following is a non-normative example of the `spec_urn`
659
659
@@ -665,7 +665,7 @@ The following is a non-normative example of the `spec_urn`
665
665
{: #figspecurn title="Example: `spec_urn` specifying the OAuth protocol for authorization"}
666
666
667
667
In this case, the receiver may obtain an access token using the Client
668
-
Credential Grant {{CLIENTCRED}}, or any other method suitable for the Receiver and the
668
+
Credentials Grant {{CLIENTCRED}}, or any other method suitable for the Receiver and the
669
669
Transmitter.
670
670
671
671
## Obtaining Transmitter Configuration Information
@@ -677,7 +677,7 @@ Transmitters supporting Discovery MUST make a JSON document available at the
677
677
path formed by inserting the string "/.well-known/ssf-configuration" into the
678
678
Issuer between the host component and the path component, if any. The syntax
679
679
and semantics of ".well-known" are defined in {{RFC5785}}. "ssf-configuration"
680
-
MUST point to a JSON document compliant with this specification and MUST be
680
+
MUST point to a JSON document compliant with this specification, and that document MUST be
681
681
returned using the "application/json" content type.
0 commit comments