1
votes

I Followed this document for setting up the Microsoft Auth system by stuck up with error aadsts50011 (here is azure portal URI) (here is my settings.py file) (here is django admin portal site)

1

1 Answers

2
votes

When the app redirects away to login.microsoftonline.com you can copy the URL and look at the query parameters. One of those will be the redirect_uri. That should match what you have configured in the app registration.