JWTConnect-Python-OidcRP
JWTConnect-Python-OidcRP copied to clipboard
Highlevel interface to the OIDC RP library
`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:...
 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,...