diff --git a/README.md b/README.md index 9d5cd543..54b73548 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ OAuth + JupyterHub Authenticator = OAuthenticator OAuthenticator currently supports the following authentication services: - [Auth0](oauthenticator/auth0.py) -- [Azure AD and AD B2C](#azure-setup) +- [Azure AD](#azure-ad-setup) +- [Azure AD B2C](#azure-ad-b2c-setup) - [Bitbucket](oauthenticator/bitbucket.py) - [CILogon](oauthenticator/cilogon.py) - [GitHub](#github-setup) diff --git a/oauthenticator/azureadb2c.py b/oauthenticator/azureadb2c.py index d1e10e34..af3cbdf4 100644 --- a/oauthenticator/azureadb2c.py +++ b/oauthenticator/azureadb2c.py @@ -1,5 +1,5 @@ """ -Custom Authenticator to use Azure AD with JupyterHub +Custom Authenticator to use Azure AD B2C with JupyterHub """