Skip to content

Commit a657ad8

Browse files
Issue-224: events_supported field added to .well-known/ssf-configuration response. (#225)
1 parent 132857b commit a657ad8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

openid-sharedsignals-framework-1_0.md

+15
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ contributor:
7373
org: The Walt Disney Company
7474
7575

76+
-
77+
ins: J. Slocum
78+
name: James Slocum
79+
org: Beyond Identity
80+
81+
7682
normative:
7783
CLIENTCRED:
7884
author:
@@ -559,6 +565,10 @@ delivery_methods_supported
559565

560566
> RECOMMENDED. List of supported delivery method URIs.
561567

568+
events_supported
569+
570+
> 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).
571+
562572
configuration_endpoint
563573

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

0 commit comments

Comments
 (0)