Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream ID, authorization header updates #238

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ normative:
RFC8936:
RFC9110:
RFC9493:
RFC3986:
CAEP:
author:
-
Expand Down Expand Up @@ -853,7 +854,8 @@ stream_id

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

iss

Expand Down Expand Up @@ -2218,9 +2220,9 @@ endpoint_url

authorization_header

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

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