openid / sharedsignals

OpenID Shared Signals Working Group Repository
45 stars 11 forks source link

Add sentence suggesting that Issuer information should be validated by the Receiver #174

Closed FragLegs closed 4 weeks ago

FragLegs commented 1 month ago

There are three problems mentioned in Issue #166:

1) We need to add language that suggests the Receiver validate the Issuer value before doing discovery. This PR addresses that.

2) We need to add TLS restriction to the stream management endpoints. PR #173 addresses that.

3) We need to restrict delivery methods to only secure options. That is already done by the fact that the Stream Configuration metadata's delivery.method field can only be one of push or poll.