Skip to content

Commit a12bb71

Browse files
committed
Merge branch 'main' into session-established-event
2 parents 6f867a3 + 92785dd commit a12bb71

File tree

3 files changed

+42
-24
lines changed

3 files changed

+42
-24
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @openid/wg-sharedsignals-editors

.github/workflows/build-everything.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,31 @@ name: publish
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- README.md
8+
- CHANGELOG.md
9+
- CODE_OF_CONDUCT.md
10+
- LICENSE
11+
- SECURITY.md
12+
- '.github/**'
13+
- Makefile
14+
- contributing.md
15+
- .gitignore
16+
- working-group-charter.md
17+
618
pull_request:
719
branches: [ main ]
20+
paths-ignore:
21+
- README.md
22+
- CHANGELOG.md
23+
- CODE_OF_CONDUCT.md
24+
- LICENSE
25+
- SECURITY.md
26+
- '.github/**'
27+
- Makefile
28+
- contributing.md
29+
- .gitignore
30+
- working-group-charter.md
831

932
jobs:
1033
build-sharedsignals:

openid-sharedsignals-framework-1_0.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ normative:
124124
- ins: C. Mortimore
125125
name: Chuck Mortimore
126126
date: November 2014
127-
target: http://openid.net/specs/openid-connect-core-1_0.html#IDToken
127+
target: https://openid.net/specs/openid-connect-core-1_0.html#IDToken
128128
title: OpenID Connect Core 1.0 - ID Token
129129
OASIS.saml-core-2.0-os:
130130
RFC2119:
@@ -329,7 +329,7 @@ Below is a non-normative example of a Complex Subject claim in an SSF event.
329329
},
330330
"tenant" : {
331331
"format": "iss_sub",
332-
"iss" : "http://example.com/idp1",
332+
"iss" : "https://example.com/idp1",
333333
"sub" : "1234"
334334
}
335335
}
@@ -1020,8 +1020,8 @@ Content-Type: application/json
10201020
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
10211021
"iss": "https://tr.example.com",
10221022
"aud": [
1023-
"http://receiver.example.com/web",
1024-
"http://receiver.example.com/mobile"
1023+
"https://receiver.example.com/web",
1024+
"https://receiver.example.com/mobile"
10251025
],
10261026
"delivery": {
10271027
"method": "urn:ietf:rfc:8935",
@@ -1091,8 +1091,8 @@ Cache-Control: no-store
10911091
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
10921092
"iss": "https://tr.example.com",
10931093
"aud": [
1094-
"http://receiver.example.com/web",
1095-
"http://receiver.example.com/mobile"
1094+
"https://receiver.example.com/web",
1095+
"https://receiver.example.com/mobile"
10961096
],
10971097
"delivery": {
10981098
"method": "urn:ietf:rfc:8935",
@@ -1139,8 +1139,8 @@ Cache-Control: no-store
11391139
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
11401140
"iss": "https://tr.example.com",
11411141
"aud": [
1142-
"http://receiver.example.com/web",
1143-
"http://receiver.example.com/mobile"
1142+
"https://receiver.example.com/web",
1143+
"https://receiver.example.com/mobile"
11441144
],
11451145
"delivery": {
11461146
"method": "urn:ietf:rfc:8935",
@@ -1165,8 +1165,8 @@ Cache-Control: no-store
11651165
"stream_id": "50b2d39934264897902c0581ba7c21a3",
11661166
"iss": "https://tr.example.com",
11671167
"aud": [
1168-
"http://receiver.example.com/web",
1169-
"http://receiver.example.com/mobile"
1168+
"https://receiver.example.com/web",
1169+
"https://receiver.example.com/mobile"
11701170
],
11711171
"delivery": {
11721172
"method": "urn:ietf:rfc:8935",
@@ -1205,8 +1205,8 @@ Cache-Control: no-store
12051205
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
12061206
"iss": "https://tr.example.com",
12071207
"aud": [
1208-
"http://receiver.example.com/web",
1209-
"http://receiver.example.com/mobile"
1208+
"https://receiver.example.com/web",
1209+
"https://receiver.example.com/mobile"
12101210
],
12111211
"delivery": {
12121212
"method": "urn:ietf:rfc:8935",
@@ -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",
@@ -1304,8 +1303,8 @@ Cache-Control: no-store
13041303
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
13051304
"iss": "https://tr.example.com",
13061305
"aud": [
1307-
"http://receiver.example.com/web",
1308-
"http://receiver.example.com/mobile"
1306+
"https://receiver.example.com/web",
1307+
"https://receiver.example.com/mobile"
13091308
],
13101309
"delivery": {
13111310
"method": "urn:ietf:rfc:8935",
@@ -1371,11 +1370,6 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
13711370

13721371
{
13731372
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
1374-
"iss": "https://tr.example.com",
1375-
"aud": [
1376-
"http://receiver.example.com/web",
1377-
"http://receiver.example.com/mobile"
1378-
],
13791373
"delivery": {
13801374
"method": "urn:ietf:rfc:8935",
13811375
"endpoint_url": "https://receiver.example.com/events"
@@ -1401,8 +1395,8 @@ Cache-Control: no-store
14011395
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
14021396
"iss": "https://tr.example.com",
14031397
"aud": [
1404-
"http://receiver.example.com/web",
1405-
"http://receiver.example.com/mobile"
1398+
"https://receiver.example.com/web",
1399+
"https://receiver.example.com/mobile"
14061400
],
14071401
"delivery": {
14081402
"method": "urn:ietf:rfc:8935",
@@ -1995,7 +1989,7 @@ It may be possible for an Event Transmitter to leak information about subjects
19951989
through their responses to add subject requests. A "404" response may indicate
19961990
to the Event Receiver that the subject does not exist, which may inadvertently
19971991
reveal information about the subject (e.g. that a particular individual does or
1998-
does not use the Event Transmitter’s service).
1992+
does not use the Event Transmitter service).
19991993

20001994
Event Transmitters SHOULD carefully evaluate the conditions under which they
20011995
will return error responses to add subject requests. Event Transmitters MAY
@@ -2236,7 +2230,7 @@ method
22362230
endpoint_url
22372231

22382232
> The URL where events are pushed through HTTP POST. This is set by the
2239-
Receiver. If a Reciever is using multiple streams from a single Transmitter
2233+
Receiver. If a Receiver is using multiple streams from a single Transmitter
22402234
and needs to keep the SETs separated, it is RECOMMENDED that the URL for each
22412235
stream be unique.
22422236

0 commit comments

Comments
 (0)