Using the Azure portal -> Azure Active Directory -> App Registrations. I created a new app registration and connected it to my Azure App Service (ASP.NET Web Forms website).
Why does the redirect URI have to always be changed from localhost/ to my azure app service URL when I develop vs when I want the changes to be live?
This makes it so anytime I'm developing the web app is down because it's trying to connect to localhost rather than the live instance of the azure app