-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
We have well-defined configuration metadata for transmitters :
https://openid.net/specs/openid-sharedsignals-framework-1_0.html#name-obtaining-transmitter-confi
But nothing equivalent exist for receivers. There are few usecases for this :
- Non-existence of such config somewhat forces integration to begin on receiving partner. In a truly interoperable world, transmitting partners could also "discover" new receiver and metadata about it and configure a stream on behalf of receiver.
- Even when integration starts on receiving partner end, transmitter may want to use some public data about the receiver (e.g, public part of cryptographic key) to verify that the stream creation API was truly invoked by the well known receiver.
Some useful things that we might want to put in receiver data :
- Auth protocols (potentially public keys ?)
- Endpoint URL to where transmitters can send new stream configs to in case they create a stream on-behalf-of receiver.
- Data transmitter can use to create credentials on behalf of receiver for future pulls or stream management