-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use CAS for authentication #4
Comments
In our local setup, afaik, it is a SAML authentication, also supported by JupyterHub. If multi-auth methods are not yet supported in JupyterHub, are you aware of any "tool/addon" to handle local users (with PAM auth) at the JupyterHub level? |
OK I thought that it was CAS (from an old email), and that CAS is commonly used within universities.
You mean so that users could authenticate with both SAML/CAS and PAM? Or just to manage a set of users on the host using PAM auth? |
Sorry that should be another issue. Since SAML/CAS and PAM are not possible in the same time, I was wondering if could easily manager users (auth with PAM only) with JupyterHub, i.e. graphically. |
Thanks @jtpio
|
Maybe a whitelist could be useful in this case? (although this list would have to be maintained) |
Closing as going with PAM for now to keep things simple. |
The setup should support using CAS for authentication.
The CASAuthenticator for JupyterHub is listed in https://github.com/jupyterhub/jupyterhub/wiki/Authenticators.
This setup could support using either PAM or CAS for authentication (so it's semi-flexible for other setups), and have the configuration and the steps in the documentation.
However multi-auth methods for the same JupyterHub instance is not supported by default (at the time of writing). Related to:
The text was updated successfully, but these errors were encountered: