@@ -741,14 +741,14 @@ The Receiving Server MAY discard the notification if any of the
741741following hold true :
742742
743743* the HTTP Signature is missing but the Sending Server does expose a
744- keypair discoverable from the FQDN part of the `sender` OCM Address in
745- the request body
744+ keypair discoverable from the FQDN part of the `sender` field in the
745+ request body
746746* the HTTP Signature is missing
747747* the HTTP Signature is not valid
748748* no keypair is trusted or discoverable from the FQDN part of the
749- ` sender` OCM Address in the request body
749+ ` sender` field in the request body
750750* the keypair used to generate the HTTP Signature doesn't match the one
751- trusted or discoverable from the FQDN part of the `sender` OCM Address
751+ trusted or discoverable from the FQDN part of the `sender` field
752752in the request body
753753* the Sending Server is denylisted
754754* the Sending Server is not allowlisted
@@ -773,7 +773,7 @@ notification that this happened.
773773# Share Acceptance Notification
774774In response to a Share Creation Notification, the Receiving Server MAY
775775discover the OCM API of the Sending Server, starting from the `<fqdn>`
776- part of the `sender` OCM Address in the Share Creation Notification.
776+ part of the `sender` field in the Share Creation Notification.
777777
778778If the OCM API of the Sending Server is successfully discovered, the
779779Receiving Server MAY make a HTTP POST request
0 commit comments