User1401372652 posted
Hi,
I`ve an Asp.net web app running in Azure. It was working ok, I was doing authentication with Azure Active directory, and everything was right. Login, administrator view, logout, etc. After Holidays the key of the app was expired, so I created new one and
everything got messsed up.
The situation now is the following. I can login to the published web, but it does not difference between administrator and users, I was managing this with Azure Active directory users and groups. The logout is giving error. If I try to view my web in private
browsing it launches an error.
In localhost is working fine, it differences between admin and users, it does the logout correctly, etc.
For the localhost web app I've a differente app in azure active directory, but I`ve been comparing and all the routes are ok.
I don´t know where to change things, or why the app is having so messy behaviour. I don´t understand how web.congif file is working, and when is taking into account its parameters (localhost or published).
Any suggestions are wellcome!!
Thank you!!