From b1ce2fd28d6b7ed2c9398b27e5425ec013efb2d7 Mon Sep 17 00:00:00 2001 From: Feng Lu Date: Tue, 26 Nov 2019 12:22:18 +0100 Subject: [PATCH] fixed index in readme, and fixed typo in comments --- README.md | 3 ++- oauthenticator/azureadb2c.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 """