Remind servers that they shouldn't overwrite signatures with those from a policy server

This commit is contained in:
Travis Ralston 2026-05-26 12:46:23 -06:00
parent 905165ffd3
commit 8f22b671f0

View file

@ -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: []