Closed pydevink closed 2 years ago
Hello,
Same here!
I configured MICROSOFT_AUTH_CLIENT_ID
, MICROSOFT_AUTH_CLIENT_SECRET
and MICROSOFT_AUTH_TENANT_ID
. I'm trying to connect to localhost:8000/admin.
Digging a little, it looks like it has already been solved in #430.
But why do we have this error than? :)
I'm using latest stable version
Yes, sorry I didn't manage to end the sentence 😆 That change hadn't yet been published to pip, so that's why...
Any ETA on when #430 will be published to pip @AngellusMortis
@ihelmer07 were you able to continue without the correction? I'm facing the same problem
@aydtmiri - I had to update my dockerfile to clone the repo and install manually with python setup.py install.
You could still use pip:
pip install git+https://github.com/AngellusMortis/django_microsoft_auth.git
I am using Django 3.1.5 version and I configured everything exactly the same as in the Documentation.
When I try to login using AD account, I'm getting the error : could verify id_token sig: It is required that you pass in a value for the "algorithms" argument when calling decode().
I have no idea what this means in terms of configuration - do I need to add something or?