'Using the Microsoft Graph Webhooks

I am looking to implement Microsoft Graph webhooks for streaming notifications in my application.

I went through their documentation and trying to follow the sample available at https://github.com/microsoftgraph/java-spring-webhooks-sample

I have one query related to the pre-requisites for webhooks, it is about the notificationURL.

It says the notification URL should be a public URL i.e it should be available over the internet.

As per my requirement, my application cannot have a public URL, is there a way I can implement Microsoft Graph webhooks without having a public URL?

Please help. Thanks in advance.



Solution 1:[1]

Use ngrock tool to create tunnel to hosting your localhost in public domain till the ngrock live.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 amit singh tomar