I am developing an ASP.net web app which uses Facebook authentication. I'm using the MVC ASP.NET App template. When integrating Facebook Login it's working perfectly fine when running on https://localhost but when I deploy the same app to Azure using App Services it's timeing out while being re-directed back to the App from Facebook. Is there anything special what needs to be configured on the Azure side ?
It's very similar to Asp.net on Azure cannot login facebook? Location: /Account/ExternalLoginCallback?error=access_denied and all help provided does not help.