You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added language to make verification and updated events independent of… (#122)
* added language to make verification and updated events independent of events_supported
* incorporated Apoorva\'s feedback
* added events_delivered in the language
Copy file name to clipboardExpand all lines: openid-sharedsignals-framework-1_0.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1773,9 +1773,12 @@ configured correctly upon successful receipt of the event. The acknowledgment of
1773
1773
a Verification Event also confirms to the Event Transmitter that end-to-end
1774
1774
delivery is working, including signature verification and encryption.
1775
1775
1776
-
An Event Transmitter MAY send a Verification Event at any time, even if one was
1776
+
A Transmitter MAY send a Verification Event at any time, even if one was
1777
1777
not requested by the Event Receiver.
1778
1778
1779
+
A Transmitter MAY respond to verification event requests even if the event is not present in the `events_supported`, `events_requested` and / or `events_delivered` fields in the Stream Configuration ({{stream-config}}).
1780
+
1781
+
1779
1782
#### Verification Event {#verification-event}
1780
1783
The Verification Event is a SSF Event with the event type: "https://schemas.openid.net/secevent/ssf/event-type/verification". The event contains the following attribute:
1781
1784
@@ -1902,7 +1905,9 @@ If the Transmitter changes the status of the stream from either
1902
1905
"paused"or "disabled" to "enabled", then it MUST send this event to any
1903
1906
Receiver that has previously been enabled to receive events for the stream.
1904
1907
1905
-
The "stream-updated" event MAY contain the following claims:
1908
+
A Transmitter MAY send a Stream Updated event even if the event is not present in the `events_supported`, `events_requested` and / or `events_delivered` fields in the Stream Configuration ({{stream-config}}).
1909
+
1910
+
The "stream-updated" event contains the following claims:
0 commit comments