-
We've been using this project for a while for our OpenID Connect setup. Recently we've been looking into Session Management and have enabled this. After enabling it, we're seeing a lot of `KeyError`s …
-
I ran the example project in docker according to https://github.com/juanifioren/django-oidc-provider/tree/v0.4.x/example_project#using-docker and then went to http://localhost:8000/ and clicked on "Cr…
-
Thanks for django-oidc-provider, it is amazing.
I'm trying to use it with lua-resty-openidc which performs the following requests
```
GET /authorize?scope=code%20id_token&client_id=471746&state…
-
When requesting userinfo data I have an error using [django-oidc-provider](https://github.com/juanifioren/django-oidc-provider) as the OP.
As the spec says using token bearer:
```
GET /userinfo HTTP…
-
When using the "code" response-type, the library logicaly tries to get a token. However it fails with:
```
File "C:\Users\Marc-Antoine\venv\oidc\lib\site-packages\oic\oic\__init__.py" in do_access_to…