'Request authentication' section needs clarification #479
Labels
A-S2S
Server-to-Server API (federation)
clarification
An area where the expected behaviour is understood, but the spec could do with being more explicit
https://matrix.org/docs/spec/server_server/r0.1.1.html#request-authentication says that requests are 'authenticated using public key digital signatures', but does not say how the receiving server should get the key.
In short: it should obtain the key from the calling server via the
/_matrix/key/v2/server
endpoint. Once thevalid_until_ts
expires, it must re-check the key before accepting further requests.The text was updated successfully, but these errors were encountered: