NubiaNetworks
NubiaNetworks
When attempting to start the flask_op example the following it fails with the following error: ``` ImportError: cannot import name 'TokenAuthenticationError' from 'oidcop.exception' ```
The Fastapi example fails to start due to several issues: - Broken AuthorizationRequest import in utils.py - App ends prematurely without logging error due to initialization code in `startup` event...
`server.py -d` incorrectly references the Flask app rather than the container `oidc_provider`
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:...