Get Started
Usage API
Using WOPI
Additional API
More information
|
Proof keysTo restrict public access to your data, a secure exchange of requests between an online office and an integrator must be configured. The integrator must check that the request is received from ONLYOFFICE Docs. It uses proof keys for this purpose. Document Server signs the request with a private key. The corresponding public key is written in the proof-key element in the WOPI discovery XML. The integrator checks the private key with the public key. The signature is sent with every request in the X-WOPI-Proof and X-WOPI-ProofOld HTTP headers. Private and public keys are set up via the following config parameters: Parameters
Example
{ "wopi": { "publicKey": "public key example", "modulus": "modulus example", "exponent": "AQAB", "privateKey": "private key example" } } |