Skip to content

Commit 75b0033

Browse files
authored
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
1 parent 6ed4115 commit 75b0033

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

openid-sharedsignals-framework-1_0.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,9 +1773,12 @@ configured correctly upon successful receipt of the event. The acknowledgment of
17731773
a Verification Event also confirms to the Event Transmitter that end-to-end
17741774
delivery is working, including signature verification and encryption.
17751775

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
17771777
not requested by the Event Receiver.
17781778

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+
17791782
#### Verification Event {#verification-event}
17801783
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:
17811784

@@ -1902,7 +1905,9 @@ If the Transmitter changes the status of the stream from either
19021905
"paused" or "disabled" to "enabled", then it MUST send this event to any
19031906
Receiver that has previously been enabled to receive events for the stream.
19041907

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:
19061911

19071912
status
19081913

0 commit comments

Comments
 (0)