Web application working on local but not working on azure! Asp.Net MVC (c#)

Guilherme Cruz 1 Reputation point
2020-04-01T18:23:34.307+00:00

I got one application hosted on other services and it is working, but when i publish on Azure it does not let only the app use it, but by post with insomia is working good

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 36,151 Reputation points Microsoft Employee
    2020-04-01T18:51:50.077+00:00

    Make sure that you have registered the application and have the right sign-on URL, homepage URL, reply URL, and tenant ID. If it is working in the local version but not in the published version then one of those values is probably incorrect. https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app

    0 comments No comments