Issue with getting azure asp.net mvc core site to work with Azure Active Directory
On my local machine, I've created an application that ties into an organization's AD. I'm able to authenticate against it when I develop locally.
However, when I deploy the application, I'm getting the following error.
AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application:
Where do I need to go to fix this? Should I fix this in Azure or in my application?
0 comments:
Post a Comment