Azure AD Auth failed

I am trying to connect auth0 to a django app. It works fine if I try the connection and enter my credentials in the auth0 account, but when I don’t enter the creds in auth0 or I am incognito, I get a 500 error. How can I fixe this?

image

Welcome to the Auth0 Community, @dbarnby!

Have you tried our Django Quickstart? I encourage you to explore the sample app, which can be downloaded ready to be used after logging in to your Auth0 account.

I did. Unfortunately, I was unable to get it to work. As such, I decided to set it up directly with Microsoft Graph.