From 07b590e2c3c42a93d09fd915cc21eff82b01f691 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 20 Sep 2018 22:49:00 -0700 Subject: [PATCH] Link additional authenticators to wiki The current list in the docs is out of date. The list in the wiki is more up-to-date, and easier for folks to change over time. In the long run, we should decide where lists like this belong. --- docs/source/reference/authenticators.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/reference/authenticators.md b/docs/source/reference/authenticators.md index 44103482..68aa23d6 100644 --- a/docs/source/reference/authenticators.md +++ b/docs/source/reference/authenticators.md @@ -36,10 +36,8 @@ with any provider, is also available. ## Additional Authenticators -- ldapauthenticator for LDAP -- tmpauthenticator for temporary accounts -- For Shibboleth, [jhub_shibboleth_auth](https://github.com/gesiscss/jhub_shibboleth_auth) - and [jhub_remote_user_authenticator](https://github.com/cwaldbieser/jhub_remote_user_authenticator) +A partial list of other authenticators is available on the +[JupyterHub wiki](https://github.com/jupyterhub/jupyterhub/wiki/Authenticators). ## Technical Overview of Authentication