<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 201 <br>
Issue Title: A list of IPs as a new subject member in SSF <br>
https://github.com/openid/sharedsignals/issues/201 <br>
<br>
Comment: We have added two Simple Subject formats in the Shared Signals spec already: [jwt_id](https://openid.github.io/sharedsignals/openid-sharedsignals-framework-1_0.html#name-jwt-id-subject-identifier-f) and [saml_assertion_id](https://openid.github.io/sharedsignals/openid-sharedsignals-framework-1_0.html#name-saml-assertion-id-subject-i).
 So this would simply be a third one. The `opaque` format doesn't work quite like you are suggesting above. It takes two fields, `format` and `id`: ``` { "format": "opaque", "id":
<must be="" a="" string="">} ``` not `format` and `ips`: ``` { "format": "opaque", "ips":
<list of="" strings="">}
</body>
</html>