ms-wopi

WOPI Host implementation issues


We’re trying to implement a Wopi Host following the protocol to integrate with OWA, as documented in here, and we’re having some issues with some points:


Solution

  • Regarding the validation with Microsfot demands the edit functionality.

    For the POST situation, the submission must be made as a "form" not as JSON.

    The token validation is completely open, you must choose the way you think would be the best approach. JWT is a good alternative in this case.