Skip to content

Commit c1270cc

Browse files
committed
Remove 'format' from stream config
1 parent ca4f0ed commit c1270cc

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

openid-sharedsignals-framework-1_0.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -840,12 +840,6 @@ min_verification_interval
840840
MAY respond with a 429 status code. An Event Transmitter SHOULD NOT respond
841841
with a 429 status code if an Event Receiver is not exceeding this frequency.
842842

843-
format
844-
845-
> **Receiver-Supplied**, The Subject Identifier Format that the Receiver wants
846-
for the events. If not set then the Transmitter might decide to use a type
847-
that discloses more information than necessary.
848-
849843
TODO: consider adding a IANA Registry for stream configuration metadata, similar
850844
to Section 7.1.1 of {{OAUTH-DISCOVERY}}. This would allow other specs to add to
851845
the stream configuration.
@@ -864,7 +858,6 @@ Configuration ({{stream-config}}) object:
864858
* `events_requested`
865859
* `delivery` : Note that in the case of the POLL method, the `url` value is
866860
supplied by the Transmitter.
867-
* `format`
868861

869862
If the request does not contain the `delivery` property, then the Transmitter
870863
MUST assume that the `method` is "urn:ietf:rfc:8936" (poll). The
@@ -887,8 +880,7 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
887880
"urn:example:secevent:events:type_2",
888881
"urn:example:secevent:events:type_3",
889882
"urn:example:secevent:events:type_4"
890-
],
891-
"format": "email"
883+
]
892884
}
893885
~~~
894886
{: #figcreatestreamreq title="Example: Create Event Stream Request"}
@@ -923,8 +915,7 @@ Content-Type: application/json
923915
"events_delivered": [
924916
"urn:example:secevent:events:type_2",
925917
"urn:example:secevent:events:type_3"
926-
],
927-
"format": "email"
918+
]
928919
}
929920
~~~
930921
{: #figcreatestreamresp title="Example: Create Stream Response"}
@@ -993,8 +984,7 @@ Cache-Control: no-store
993984
"events_delivered": [
994985
"urn:example:secevent:events:type_2",
995986
"urn:example:secevent:events:type_3"
996-
],
997-
"format": "complex"
987+
]
998988
}
999989
~~~
1000990
{: title="Example: Read Stream Configuration Response" #figreadconfigresp}
@@ -1041,8 +1031,7 @@ Cache-Control: no-store
10411031
"events_delivered": [
10421032
"urn:example:secevent:events:type_2",
10431033
"urn:example:secevent:events:type_3"
1044-
],
1045-
"format": "iss_sub"
1034+
]
10461035
},
10471036
{
10481037
"stream_id": "50b2d39934264897902c0581ba7c21a3",
@@ -1068,8 +1057,7 @@ Cache-Control: no-store
10681057
"events_delivered": [
10691058
"urn:example:secevent:events:type_2",
10701059
"urn:example:secevent:events:type_3"
1071-
],
1072-
"format": "opaque"
1060+
]
10731061
}
10741062
]
10751063
~~~
@@ -1263,8 +1251,7 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
12631251
"urn:example:secevent:events:type_2",
12641252
"urn:example:secevent:events:type_3",
12651253
"urn:example:secevent:events:type_4"
1266-
],
1267-
"format": "did"
1254+
]
12681255
}
12691256
~~~
12701257
{: title="Example: Replace Stream Configuration Request" #figreplaceconfigreq}
@@ -1300,8 +1287,7 @@ Cache-Control: no-store
13001287
"events_delivered": [
13011288
"urn:example:secevent:events:type_2",
13021289
"urn:example:secevent:events:type_3"
1303-
],
1304-
"format": "did"
1290+
]
13051291
}
13061292
~~~
13071293
{: title="Example: Replace Stream Configuration Response" #figreplaceconfigresp}

0 commit comments

Comments
 (0)