indigo-dc / flaat

FLAsk with Access Tokens - FLAAT
MIT License
11 stars 6 forks source link

Fix jwt verification (keycloak issue) #55

Closed dianagudu closed 2 years ago

dianagudu commented 2 years ago

This should fix the issue that came up with the new egi dev instance.

It extends the jwt.PyJWKClient class to fix how the signing keys are retrieved from the jwks_uri:

Does not fix:

References:

marcvs commented 2 years ago

Wow you're fast!! I tested it, works fine for me!