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

Clarify verify event response code #142

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 4 additions & 1 deletion openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ min_verification_interval

description

> **Receiver-Supplied**, An optinal string to describe the properties of the stream.
> **Receiver-Supplied**, An optional string to describe the properties of the stream.
This is useful in multi stream systems to identify the stream for human actors. The
transmitter may truncate the string beyond allowed max length.

Expand Down Expand Up @@ -1874,6 +1874,9 @@ publish an SLA for verification event transmission times. Event Receivers MUST N
depend on the verification event being transmitted synchronously or in any
particular order relative to the current queue of events.

Upon receiving the verify event, the Reciver should respond with appropriate HTTP status to
the Transmitter described in {{DELIVERYPUSH}}.

Errors are signaled with HTTP status codes as follows:

| Code | Description |
Expand Down
Loading