I have Office365 subscription (sharepoint online) and azure subscription. I'm hosting web service in the azure. There is remote event receiver inside of the web service which triggers on some event in my sharepoint online subscription. Everything is working fine, but there is one problem: I have no idea how to put some authentication on my remote event receiver because right now it public without any authorization.
Is there any way to add auhtorization? Like for example:
https://blabla.azurewebsites.net/webservicename.svc?password=xxx?login=yyy