Replies: 1 comment 1 reply
-
@achifal Did you find out a way to secure the access to the resource using an authorization mechanism ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We use the
ms-word:ofe|u|https://www.example.com/document.docx
scheme in our application to be able to edit documents. The Office URI Scheme documentation contains a "Security Considerations" section for all schemes. The contents of these sections describe the need to guard against opening documents from untrusted remote systems, but do not contain information on how to do this.We have tried enabling basic auth to secure documents, which is probably not the best approach since credentials will be constantly moving around the network, but this is just for testing to understand how it works. When we try to open a protected document in Word, we see a form asking for credentials (as in the screenshot).
However, the entered credentials do not affect the request that comes to the application and the request still does not contain an authorization header.
May I ask you to refer to existing or write new documentation on how to implement the mentioned protection? If you can share materials on this topic in advance, it will be very cool. Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions