Azure App Service (Asp.net core) Facebook Login problem ...

The problem was that my app was passing to facebook redirect_url with "http" scheme (instead of "https"). The solution: app.Use((context, next) ...

Lee mas