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
We describe the delivery field of the Transmitter configuration twice, once in 7.1.1 and again in 10.3.1. In 7.1.1 we point out that it contains a method and an endpoint_url, but we don't mention the optional authorization_header for push based delivery. It would be less confusing to just reference section 10.3.1 (which 7.1.1 already does) and leave off the detailed description of the delivery field. I'm suggesting that 7.1.1 should look something like this
delivery
REQUIRED. A JSON object containing a set of name/value pairs specifying configuration parameters
for the SET delivery method. The actual delivery method is identified by the special key "method" with
the value being a URI as defined in
[Section 10.3.1](https://openid.github.io/sharedsignals/openid-sharedsignals-framework-1_0.html#delivery-meta).
Depending on the "method" chosen, other fields are required or optional.
leaving off everything that currently follows
The text was updated successfully, but these errors were encountered:
We describe the
delivery
field of the Transmitter configuration twice, once in 7.1.1 and again in 10.3.1. In 7.1.1 we point out that it contains amethod
and anendpoint_url
, but we don't mention the optionalauthorization_header
for push based delivery. It would be less confusing to just reference section 10.3.1 (which 7.1.1 already does) and leave off the detailed description of the delivery field. I'm suggesting that 7.1.1 should look something like thisleaving off everything that currently follows
The text was updated successfully, but these errors were encountered: