A family of Microsoft on-premises document management and storage systems.
Hi @Kenzo De Ridder , yes, MSAP can be used to publish SharePoint Server Subscription webhooks to the internet. However, there are some considerations to keep in mind.
Make sure that your SharePoint Server Subscription instance is configured to use MSAP as a reverse proxy. This involves configuring the SharePoint Server Subscription instance to trust the MSAP certificate and configuring the MSAP connector to forward traffic to the SharePoint Server Subscription instance.
Once you have configured the SharePoint Server Subscription instance to use MSAP, you should be able to create webhook subscriptions using the MSAP URL as the endpoint. However, there are some limitations to keep in mind:
- MSAP does not support long-lived connections, so SharePoint webhooks with a long expiration time may not work properly.
- MSAP may introduce additional latency and network overhead, which can impact the performance of your webhook notifications.
- MSAP may not support all SharePoint webhook scenarios, such as webhooks that require custom headers or authentication schemes.
If you are experiencing issues with creating webhook subscriptions using MSAP, you may want to check the MSAP logs to see if there are any errors or warnings related to the incoming traffic from SharePoint. You may also want to check the SharePoint logs to see if there are any errors or warnings related to the outgoing traffic to MSAP.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James