[Openid-specs-risc] openid/sharedsignals: Comment created on issue 163

github at oidf.org github at oidf.org
Tue May 14 12:44:41 UTC 2024


openid/sharedsignals event

Issue Comment created on issue 163
Issue Title: Specify expected default behavior of streams with no subjects
https://github.com/openid/sharedsignals/issues/163

Comment: If a Receiver wishes to get events for all/many subjects, it can exploit the wildcard-like nature of Complex subjects. For instance, if the Receiver adds a Complex subject that specifies a tenant ID and nothing else, then any event for any user on that tenant will be added to the stream. ``` { "format": "complex", "tenant: { "format": "opaque", "id": "1234567" } } ``` To take that ability even further, if the Receiver adds a Complex subject with no additional claims, then any event for _any_ subject would be added to the stream (assuming the Transmitter approves). ``` { "format": "complex" } ```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openid.net/pipermail/openid-specs-risc/attachments/20240514/5e63ea59/attachment.html>


More information about the Openid-specs-risc mailing list