diff --git a/docs/source/deploying/authenticators.rst b/docs/source/deploying/authenticators.rst index 784aef1e..0b55264f 100644 --- a/docs/source/deploying/authenticators.rst +++ b/docs/source/deploying/authenticators.rst @@ -49,6 +49,12 @@ Jupyterhub .. autoclass:: quetz.authentication.jupyterhub.JupyterhubAuthenticator +Azure Active Directory +^^^^^^^^^^^^^^^^^^^^^^ + +.. autoclass:: quetz.authentication.azuread.AzureADAuthenticator + + Custom authenticators ---------------------