NubiaNetworks
NubiaNetworks
I'm using the default `config.json` files from `oid-cop` 'flask_op' and `JWTConnect-Python-OidcRP`'s `flask_rp` On the `flask_op` side I'm getting: ``` 2022-03-04 08:49:30,205 oidcmsg.configure INFO request: {'application_type': 'web', 'response_types': ['code'], 'contacts': ['[email protected]'],...
Both the git default branches. I noticed that the actual substitution is supposed to happen in the `Base` class in the `oidcmsg` package which is version `1.6.0`
In #64 I created a test case to demonstrate the issue It turned out to be a bug regarding an omitted 'uris' variable in `RPConfigure`. Fix in the same pull...