-
Hi All,
I am getting an exception whenever I authenticate and get redirected back to /oidc/callback:
```
django.core.exceptions.SuspiciousOperation: The provider algorithm 'RS256' does not match …
-
Once I went through the login form (user_pass.jinja2), with these information in RP logs:
````
2019-08-29 15:27:54,677 oidcrp:INFO client_setup: iss_id=flop, user=
2019-08-29 15:27:54,681 oidcrp.…
-
I've implemented OpenID Connect Session Management 1.0 on top of mozilla-django-oidc for a project that I'm working on and I'm wondering if you're interested in having support for this (draft) standar…
-
Hello,
I'm trying to use this package on my django app to signin users registered on another django app. (SSO)
I can successfully login to that django app, and it returns the callback at the url /oi…
-
Thanks authors for this great library!
I'm experimenting with it to connect a WordPress site (client) with a Django-based site that serves as the OP.
However, after the Django site authenticates…
-
-
Currently the 'issuer' for the id_token is generated with:
```
def get_issuer(site_url=None, request=None):
"""
Construct the issuer full url. Basically is the site url with some path
…
-
Hi, i have this error:
```
Internal Server Error: /openid/callback/login/
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py", li…
-
[`OIDC_OP_CLIENT_ID`](https://github.com/mozilla/mozilla-django-oidc/search?utf8=%E2%9C%93&q=OIDC_OP_CLIENT_ID&type=) is only mentioned in the documentation.
Seems the *real* value is [`OIDC_RP_CL…
-
Hi - I discussed this with :willkg on IRC prior to opening this issue.
Regarding the new Auth0 login for standup, I'm proposing to:
1) Use what we call our "hosted lock" which is hosted on auth0…