I have .Net Core 3.1 MVC project in linux container. I deployed it on Azure App Service and setup Azure Active Directory authentication. Local everything work good, but on server I have a problem "The reply URL specified in the request does no match the reply URLs confiqured for the application". As I see AD returnUrl = http://site.azurewebsites.net, but I setup Redirect Urls like https://site.azurewebsites.net
My Azure Active Directory enter image description here My App Service Authentication enter image description here