-
Notifications
You must be signed in to change notification settings - Fork 2
Proposal for "information_uri" #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…r additional information about the event.
| - **iat**: (REQUIRED) Time when the event is related to, using the time format defined for the `iat` claim. | ||
| - **event**: (REQUIRED) String that identifies the event, such as `registration`, `jwks_update`, `metadata_policy_update`, `metadata_update`, or `revocation`. | ||
| - **event_description**: (OPTIONAL) String that may offer additional information about the event. | ||
| - **information_uri**: (OPTIONAL) URI that may offer additional information about the event. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should say that it SHOULD be an https url, do we agree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
|
How is the URI intended to be used? I can imagine all of these possibilities:
Which ones of these (and ones I may not have thought of) are the intended usage of |
|
@selfissued I intended it as a human readable document, hence also why I used information_uri, as that has the same function in the core spec |
Co-authored-by: Giuseppe De Marco <[email protected]>
I would like to propose to add a way to provide addition information about the event via a URI. Two real world usecases for this:
In R&E SAML federations this is a common way to signal what the policy context of the registration entails, see e.g.: [Metadata Registration Practice Statement for SURFconext](https://servicedesk.surf.nl/wiki/spaces/IAM/pages/128910076/Metadata+Registration+Practice+Statement+for+SURFconext) or InCommon Metadata Registration Practice Statement)
I added proposal for "information_uri": an (OPTIONAL) URI that may offer additional information about the event, to the "Event Object Parameters" section and also added two examples based on the use cases above in the example