Skip to content

Commit 92785dd

Browse files
ysarig1tulshi
andauthored
Removing transmitter supplied fields from stream config PUT and PATCH examples (#152)
Co-authored-by: Atul Tulshibagwale <[email protected]>
1 parent 6695867 commit 92785dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

openid-sharedsignals-framework-1_0.md

-6
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,6 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
12821282

12831283
{
12841284
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
1285-
"iss": "https://tr.example.com",
12861285
"events_requested": [
12871286
"urn:example:secevent:events:type_2",
12881287
"urn:example:secevent:events:type_3",
@@ -1371,11 +1370,6 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
13711370

13721371
{
13731372
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
1374-
"iss": "https://tr.example.com",
1375-
"aud": [
1376-
"https://receiver.example.com/web",
1377-
"https://receiver.example.com/mobile"
1378-
],
13791373
"delivery": {
13801374
"method": "urn:ietf:rfc:8935",
13811375
"endpoint_url": "https://receiver.example.com/events"

0 commit comments

Comments
 (0)