<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: @FragLegs - I am thinking more of declaring IPs as a first-class complex subject members along with existing `user`, `device`, `session`, `application`, `tenant`, `org_unit`, `group`. With that, the simple subject would be - ``` { "format": "opaque",
"ips": ["1.2.3.4", "2001:0000:130F:0000:0000:09C0:876A:130B"] } ``` Complex would be - ``` { "format": "complex", "ips": { "format": "opaque", "ips": ["1.2.3.4", "2001:0000:130F:0000:0000:09C0:876A:130B"] } } ``` If you are thinking of declaring `ips` as a
`format` then we would need to go via adding it in [Security Events Identifiers Formats](https://www.iana.org/assignments/secevent/secevent.xhtml#:~:text=IETF-,%5BRFC8935%2C%20Section%202.4%5D,did) I believe, that would need to be done outside SSWG
</body>
</html>