mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-14 12:17:46 +02:00
Remind servers that they shouldn't overwrite signatures with those from a policy server
This commit is contained in:
parent
905165ffd3
commit
8f22b671f0
|
|
@ -41,6 +41,12 @@ paths:
|
||||||
|
|
||||||
What the Policy Server checks for when calling this endpoint is left as an
|
What the Policy Server checks for when calling this endpoint is left as an
|
||||||
implementation detail.
|
implementation detail.
|
||||||
|
|
||||||
|
{{% boxes/warning %}}
|
||||||
|
The policy server name might be the same as the event's origin, and therefore the event might
|
||||||
|
have existing signatures. Those existing signatures might not be returned by the policy server,
|
||||||
|
but should be retained to validate the event.
|
||||||
|
{{% /boxes/warning %}}
|
||||||
operationId: askPolicyServerToSign
|
operationId: askPolicyServerToSign
|
||||||
security:
|
security:
|
||||||
- signedRequest: []
|
- signedRequest: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue