Hi All,
I am new to the Azure app registration and SSO applications.
I have created an ASP.NET Web forms application with single sign on to MS365. Registered with Azure and published to a local server in company.
Now I cannot continue the development, when I run on localhost, after authentication, it is redirecting to the redirect url mentioned in the app registration for deployment.
I have given both localhost and live url in redirect url section.
how can I continue development/run on localhost without affecting deployment
Thanks in advance