Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jupyter notebook ldap integration
Expert Contributor
Created ‎04-18-2018 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
is it possible to provide authentication to jupyter notebooks via LDAP? I couldn't see something in official documents, there are a few github projects.
1 REPLY 1
Expert Contributor
Created ‎04-18-2018 11:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's my understanding that the authentication for Jupyter is pluggable.
Here's their documentation that explaines their security model. It's a little light on details.
This seems to be the integration point you are looking for https://github.com/jupyterhub/ldapauthenticator
