Skip to content

Commit 4ff44ca

Browse files
Stream ID, authorization header updates
Closes #229 and #223 Update openid-sharedsignals-framework-1_0.md Update openid-sharedsignals-framework-1_0.md Update openid-sharedsignals-framework-1_0.md
1 parent 132857b commit 4ff44ca

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

openid-sharedsignals-framework-1_0.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ normative:
115115
RFC8936:
116116
RFC9110:
117117
RFC9493:
118+
RFC3986:
118119
CAEP:
119120
author:
120121
-
@@ -853,7 +854,8 @@ stream_id
853854

854855
> **Transmitter-Supplied**, REQUIRED. A string that uniquely identifies the stream. A
855856
Transmitter MUST generate a unique ID for each of its non-deleted streams
856-
at the time of stream creation.
857+
at the time of stream creation. Transmitters SHOULD use character set
858+
described in Section 2.3 of {{RFC3986}}}} to generate the stream ID.
857859

858860
iss
859861

@@ -2218,9 +2220,9 @@ endpoint_url
22182220

22192221
authorization_header
22202222

2221-
> The HTTP Authorization header that the Transmitter MUST set with each event
2222-
delivery, if the configuration is present. The value is optional and it is set
2223-
by the Receiver.
2223+
> If the endpoint_url requires authorization, the receiver SHOULD provide
2224+
this authorization header in the stream creation/updation. If present, the
2225+
Transmitter MUST use the authorization header with each event delivery.
22242226

22252227
#### Polling Delivery using HTTP
22262228
This section provides SSF profiling specifications for the {{RFC8936}} spec.

0 commit comments

Comments
 (0)