JWTConnect-Python-OidcRP icon indicating copy to clipboard operation
JWTConnect-Python-OidcRP copied to clipboard

Highlevel interface to the OIDC RP library

Results 5 JWTConnect-Python-OidcRP issues
Sort by recently updated
recently updated
newest added

`oidcrp.configure.create_from_config_file()` was commented out in a recent commit, and published onto PyPI. This broke production code, as we point our customers at pip as they install, and pull in new...

The configuration contains variables `{host}` and `{port}` to be substituted by the configured settings, however the names are procesdes ad verbatim by the oicrp services and generate invalid URLs. E.g:...

![image](https://user-images.githubusercontent.com/1297620/120894009-76d23580-c616-11eb-9fcf-d92b2b7e3c9e.png) That's the log: ```` 2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 "GET /static/jwks.json HTTP/1.1" 404 179 2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNING HTTP status 404 reading remote JWKS from https://127.0.0.1:8000/static/jwks.json 2021-06-05 15:52:27,643 cryptojwt.key_bundle...

Let's assume that a OP have an unhandled exception that returns to RP a stupid HTML page (error 40x, 50x). We should take this into account ```` oidcrp/util.py", line 555,...