Skip to content

Commit b7ee8f7

Browse files
authored
Changed examples to show txn value is a string. (#277)
1 parent cbbba6d commit b7ee8f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

openid-sharedsignals-framework-1_0.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: OpenID Shared Signals Framework Specification 1.0 - draft 23
2+
title: OpenID Shared Signals Framework Specification 1.0 - draft 24
33
abbrev: SharedSignals
44
docname: openid-sharedsignals-framework-1_0
5-
date: 2025-05-29
5+
date: 2025-06-23
66

77
ipr: none
88
cat: std
@@ -521,7 +521,7 @@ multiple Receivers would lead to unintended data disclosure.
521521
"iss": "https://transmitter.example.com",
522522
"aud": ["receiver.example.com/web", "receiver.example.com/mobile"],
523523
"iat": 1493856000,
524-
"txn": 8675309,
524+
"txn": "8675309",
525525
"sub_id": {
526526
"format": "opaque",
527527
"id": "72e6991badb44e08a69672960053b342"
@@ -575,7 +575,7 @@ Signals Framework.
575575
"iss": "https://idp.example.com/",
576576
"jti": "756E69717565206964656E746966696572",
577577
"iat": 1520364019,
578-
"txn": 8675309,
578+
"txn": "8675309",
579579
"aud": "636C69656E745F6964",
580580
"sub_id": {
581581
"format": "email",
@@ -594,7 +594,7 @@ Simple Subject Member"}
594594
"iss": "https://idp.example.com/",
595595
"jti": "756E69717565206964656E746966696572",
596596
"iat": 1520364019,
597-
"txn": 8675309,
597+
"txn": "8675309",
598598
"aud": "636C69656E745F6964",
599599
"sub_id": {
600600
"format": "phone_number",
@@ -615,7 +615,7 @@ a Phone Number Subject"}
615615
"iss": "https://idp.example.com/",
616616
"jti": "756E69717565206964656E746966696572",
617617
"iat": 1520364019,
618-
"txn": 8675309,
618+
"txn": "8675309",
619619
"aud": "636C69656E745F6964",
620620
"sub_id": {
621621
"format": "email",
@@ -638,7 +638,7 @@ with Properties"}
638638
"iss": "https://idp.example.com/",
639639
"jti": "756E69717565206964656E746966696572",
640640
"iat": 1520364019,
641-
"txn": 8675309,
641+
"txn": "8675309",
642642
"aud": "636C69656E745F6964",
643643
"sub_id": {
644644
"format": "complex",
@@ -676,7 +676,7 @@ Complex Subject Member"}
676676
"iss": "https://sp.example2.com/",
677677
"jti": "756E69717565206964656E746966696572",
678678
"iat": 1520364019,
679-
"txn": 8675309,
679+
"txn": "8675309",
680680
"aud": "636C69656E745F6964",
681681
"sub_id": {
682682
"format": "email",
@@ -700,7 +700,7 @@ Simple Subject and a Property Member"}
700700
"iss": "https://myservice.example3.com/",
701701
"jti": "756E69717565206964656E746966696534",
702702
"iat": 15203800012,
703-
"txn": 8675309,
703+
"txn": "8675309",
704704
"aud": "636C69656E745F6324",
705705
"sub_id": {
706706
"format": "catalog_item",

0 commit comments

Comments
 (0)