Hello!
I've added external authentication (https://docs.asp.net/en/latest/security/authentication/sociallogins.html). When I run the application on the local server I have no problem with it. But when I publish it on Azure Web App I get 500 Internal Server Error: "The ConsumerSecret option must be provided".
What should I do?
Thanks!