Is it possible to use Keycloak with Jupyter Notebook to sign in users? I am currently using signing in to Jupyter Notebooks with a password, for which I used the configuration file, but I need to switch to Keycloak.
I know that it is possible to integrate JupyterHub and Keycloak, and I did it using the existing instructions in the documentation. Are there some instructions for Jupyter Notebook too?
Thank you in advance!