jupyterhub / zero-to-jupyterhub-k8s

Helm Chart & Documentation for deploying JupyterHub on Kubernetes
https://zero-to-jupyterhub.readthedocs.io
Other
1.56k stars 799 forks source link

Does it support Single Sign One? #3483

Closed chominnn closed 3 months ago

chominnn commented 3 months ago

I want to configure SSO using Keycloak and I wonder if you support it

consideRatio commented 3 months ago

Its possible by using the GenericOAuthenticator, see the documentation from the jupyterhub/oauthenticator project. See for example https://oauthenticator.readthedocs.io/en/latest/tutorials/provider-specific-setup/providers/generic.html.

There is an issue in https://github.com/jupyterhub/oauthenticator/issues/107 related to this, because we doesn't have docs on use with keycloak specifically yet. I've set it up historically successfully though.

Note that this is a support like question, so they should ideally be raised at discourse.jupyter.org.

chominnn commented 3 months ago

@consideRatio

I'm sorry I'm not used to github. Thank you for your response.

github-actions[bot] commented 3 months ago

Hi there @chominnn :wave:!

I closed this issue because it was labelled as a support question.

Please help us organize discussion by posting this on the https://discourse.jupyter.org/ forum. If it's your first time posting please read https://discourse.jupyter.org/t/getting-good-answers-to-your-questions/1825. The more information you provide the more likely we can help you.

Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other.

Thanks you for being an active member of our community! :heart:

consideRatio commented 3 months ago

No worries @chominnn!! Good luck!