Hi @Anonymous
could you check the settings in your Entra ID application are correct, especially the callback URL. It should match the one configured in your Django settings.
check if you have provided the correct credentials for the Azure AD user django. Make sure you have entered the correct username and password.
if you still facing the issue, you can check the logs to see if there are any errors.
Django Login via Azure AD using django auth adfs library
I've created a new user called django in Azure AD and managed to connect to Django project. I have installed the django auth adfs: https://django-auth-adfs.readthedocs.io/en/latest/
Tutorial Link: https://youtu.be/cy7Xk35iiGc
I have followed the tutorial for connecting django to Azure AD, when try to login it showed this page
how can I resolve this:
My first thought was assigning the group and role for the new user as shown below but it didn't work:
Any suggestion or solution is appreciated ya.
Microsoft Security | Microsoft Entra | Other
2 answers
Sort by: Most helpful
-
Akhilesh Vallamkonda 15,320 Reputation points Microsoft External Staff Moderator
2024-10-03T16:41:16.8533333+00:00 -
Steve 0 Reputation points
2024-10-15T08:51:30.87+00:00 I am facing similar issue. the app is authenticated from azure and token is also sent but there seems to be some issue with my django app. Looking forward to any proposed solution.