Skip to content

Commit 7763067

Browse files
authored
Merge pull request #3 from surfnet-niels/main
Proposal for "information_uri"
2 parents c7b3f8e + e1b6445 commit 7763067

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

openid-federation-subordinate-events-1_0.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The claims in the Subordinate events statement response are:
132132
- **iat**: (REQUIRED) Time when the event is related to, using the time format defined for the `iat` claim.
133133
- **event**: (REQUIRED) String that identifies the event, such as `registration`, `jwks_update`, `metadata_policy_update`, `metadata_update`, or `revocation`.
134134
- **event_description**: (OPTIONAL) String that may offer additional information about the event.
135+
- **information_uri**: (OPTIONAL) URL for documentation of additional information about this event viewable by the End-User. Use of HTTPs URLs is RECOMMENDED.
135136

136137
#### Example Response
137138

@@ -143,7 +144,8 @@ The claims in the Subordinate events statement response are:
143144
"federation_registration_events": [
144145
{
145146
"iat": 1590000000,
146-
"event": "registration"
147+
"event": "registration",
148+
"information_uri" : "https://immediate-superior.example.org/policy/Metadata_Registration_Practice_Statement"
147149
},
148150
{
149151
"iat": 1590000000,
@@ -152,7 +154,8 @@ The claims in the Subordinate events statement response are:
152154
{
153155
"iat": 1600000000,
154156
"event": "revocation",
155-
"event_description": "compromised node"
157+
"event_description": "compromised node",
158+
"information_uri" : "https://www.cve.org/CVERecord?id=CVE-2018-1000611"
156159
},
157160
{
158161
"iat": 1610000000,

0 commit comments

Comments
 (0)