We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivation This a basic WOPI security feature, ensures that request is actually coming from a WOPI server
Here is the documentation: https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/scenarios/proofkeys
Describe the solution you'd like There should be an option to turn on validation on incoming wopi requests.
Here is a sample implementation: https://github.com/OfficeDev/PnP-WOPI/blob/f8303fe0f218697b0cbaac98736fc9d9ce23e1c9/com.microsoft.dx.officewopi/Utils/WopiUtil.cs#L142C7-L142C7
Describe alternatives you've considered Not sure.
Am I missing something?
The text was updated successfully, but these errors were encountered:
Good idea! Any chance for a PR from your side? :)
Sorry, something went wrong.
No branches or pull requests
Motivation
This a basic WOPI security feature, ensures that request is actually coming from a WOPI server
Here is the documentation:
https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/scenarios/proofkeys
Describe the solution you'd like
There should be an option to turn on validation on incoming wopi requests.
Here is a sample implementation:
https://github.com/OfficeDev/PnP-WOPI/blob/f8303fe0f218697b0cbaac98736fc9d9ce23e1c9/com.microsoft.dx.officewopi/Utils/WopiUtil.cs#L142C7-L142C7
Describe alternatives you've considered
Not sure.
Am I missing something?
The text was updated successfully, but these errors were encountered: