You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, team
In keycloakauthenticator readme sample there are lines, that could disable signature verification, but this lines dont work, because check_signature is always True
Hello, team
In keycloakauthenticator readme sample there are lines, that could disable signature verification, but this lines dont work, because check_signature is always True
jupyterhub-extensions/KeyCloakAuthenticator/README.md
Lines 66 to 68 in 0997d9b
I think this behavior could be fixed if in lines
jupyterhub-extensions/KeyCloakAuthenticator/keycloakauthenticator/auth.py
Lines 172 to 173 in 0997d9b
and
jupyterhub-extensions/KeyCloakAuthenticator/keycloakauthenticator/auth.py
Lines 194 to 195 in 0997d9b
you could change self.config.check_signature to self.check_signature
Could you please also fix this
or maybe I could make a PR?
The text was updated successfully, but these errors were encountered: