I am trying to allow o365 login in my Django project using "Django Microsoft Authentication Backend (https://django-microsoft-auth.readthedocs.io/en/latest/)" but I keep getting this error when i try to log in with my microsoft credentials.
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '******-*****-*****-*****-*********'.
I have checked the links i added to my django project and in AAD but cannot figure out the problem
PS: i am doing testing on my local host i.e. localhost:8000
my redirect URI in AAD is :
http://localhost:8000/microsoft/auth-callback/
and i have set DEBUG = TRUE
In addition, i have chosen allow accounts in any organizational directory (multi-tenant) login option