rohe / fedservice

Implementation of the service layer using the new OIDC federation draft.
Apache License 2.0
6 stars 6 forks source link

Minor changes for first tests #4

Closed peppelinux closed 4 years ago

peppelinux commented 4 years ago

Some more will follow up, this is a little alignment of variables made in a spare time

peppelinux commented 4 years ago

The latest two commits fixed the problem with self-signed certificates. log a warning that the validation of the certificates will be disabled and goes ahead

Using a private CA could solve this problem, that's a python requests behaviour, nothing else.

peppelinux commented 4 years ago

Updated tests folder with fed jwks.json.

Tests failed with the same exception I get in my tests

cryptojwt.jws.exception.NoSuitableSigningKeys: No key with kid: UzVDZVZneVVvWWlYM0tSN0tpQ08xUmw1N3dCdnlTLUxTWm40X0pZQU9tOA
peppelinux commented 4 years ago

Not needed anymore, thank you Roland to get just what needed from this