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

Revert "Issue-224: events_supported field added to .well-known/ssf-configurat…" #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
15 changes: 0 additions & 15 deletions openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ contributor:
org: The Walt Disney Company
email: [email protected]

-
ins: J. Slocum
name: James Slocum
org: Beyond Identity
email: [email protected]

normative:
CLIENTCRED:
author:
Expand Down Expand Up @@ -565,10 +559,6 @@ delivery_methods_supported

> RECOMMENDED. List of supported delivery method URIs.

events_supported

> OPTIONAL. An array of URIs identifying the set of events supported by the Transmitter for a Receiver. If omitted, Event Transmitters SHOULD make this set available to the Event Receiver via some other means (e.g. publishing it in online documentation).

configuration_endpoint

> OPTIONAL. The URL of the Configuration Endpoint. If present, this URL MUST use HTTP over TLS {{RFC9110}}.
Expand Down Expand Up @@ -729,11 +719,6 @@ Content-Type: application/json
"delivery_methods_supported": [
"urn:ietf:rfc:8935",
"urn:ietf:rfc:8936"],
"events_supported": [
"https://schemas.openid.net/secevent/ssf/event-type/stream-updated",
"https://schemas.openid.net/secevent/ssf/event-type/verification",
"https://schemas.openid.net/secevent/risc/event-type/sessions-revoked"
"https://schemas.openid.net/secevent/caep/event-type/session-revoked"],
"configuration_endpoint":
"https://tr.example.com/ssf/mgmt/stream",
"status_endpoint":
Expand Down