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

Added language requiring authorization of stream management API #173

Merged
merged 6 commits into from
Jun 10, 2024
Merged
Changes from 3 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
8 changes: 8 additions & 0 deletions openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ normative:
title: OpenID Connect Core 1.0 - ID Token
OASIS.saml-core-2.0-os:
RFC2119:
RFC2818:
RFC6749:
RFC6750:
RFC7159:
RFC7235:
RFC7517:
RFC7519:
RFC8174:
Expand Down Expand Up @@ -762,6 +764,12 @@ which can be used by Event Receivers to create and delete one or more Event Stre
The API can also be used to query and update the Event Stream's configuration and status,
add and remove Subjects, and trigger verification for those streams.

Unless there exists some other method of establishing trust between a Transmitter and
FragLegs marked this conversation as resolved.
Show resolved Hide resolved
Receiver, all Stream Management API endpoints MUST use HTTP over TLS {{RFC2818}}
and standard HTTP authentication and authorization schemes, as per {{RFC7235}}.
The authorization MUST associate a Receiver with one or more stream IDs, such that only
timcappalli marked this conversation as resolved.
Show resolved Hide resolved
authorized Receivers are able to access or modify the details of the associated Event Streams.

~~~
+------------+ +------------+
| | Stream Config | |
Expand Down
Loading