<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue Comment created on issue 296 <br>
Issue Title: Each signal shared between 2 partner should have unique identifier to establish chain-of-responsibility
<br>
https://github.com/openid/sharedsignals/issues/296 <br>
<br>
Comment: jti may work - but the transmitters needs to persist those ids such that they can be looked up or linked to. Taking just-in-time hash of your payload and setting as it jti (which is often enough for uniqueness guarantee) won't work. Also, one logical
action / detection might light to multiple events sent to one or more receivers. E.g, "N" service providers may be each have a session federated by IDP. IDP detects some risk with the user - sends event for each active session of user to each service provider.
Here, each event will have unique jti but from a chain-of-responsibility pov, they all were generated due to the same risk detection. If would nice to get a link to that unique parent event for all these child event.
</body>
</html>