-
![image](https://user-images.githubusercontent.com/23478332/143277990-68450191-a628-4ce4-86d6-b6286c245460.png)
```
Collecting oidc-provider==2.0.1
Using cached oidc_provider-2.0.1.tar.gz (…
-
During the coverage of django-oidc-op, with pure integration tests, I got this exception when I try to test registration_read endpoint.
````
[(INFO)] [2021-06-10 08:35:11,908] Request at the "regi…
-
Actually `views.do_reponse` (flask_op or django-oidc-op) handles the cookie and if I'd like to not use it, when my user-agent call the session endpoint for logging out, I got instead an error.
that…
-
I'd like to let the users reuse the conf.yaml configurations and easily import this into django settings file.
something for yaml2pydict into oidc-op/src.
See application.py
-
@develop branch
If a first session have been done, the next one fails at verify_user view.
the failure is cause by the fact that the flushed session database doesn't have a 'db' element in it
t…
-
Even if we run oidc-op with a safe configuration it happens that, at /token endpoint, we see a warning due to a weak configuration:
````
WARNING:oidcop.construct:Found RSA1_5 in id_token_encryptio…
-
TODO:
- develop scopes to be allowed to clients
-
Hi,
I am currently trying to implement pyoidc with OneLogin.
Everything was going fine until I reach the `do_access_token_request()` function.
An error is reached, and I can not figure out the …
-
Hello,
In a project I use the library oidcrp ver 0.6.3.
During the tests an exception is raised in case of concurrent sessions.
This is the test case:
```
rph.begin (1st user), state1 is sav…
-
When using the JWKS setup via client configuration it appears the keyjar that is required as input will override the keyjar initialized with the JWKS keys.
[Reference](https://github.com/openid/JWT…