Skip to content

Commit

Permalink
Merge pull request #310 from linkcd/support_aadb2c
Browse files Browse the repository at this point in the history
Fixed content index in readme, and fixed typo in comments
  • Loading branch information
consideRatio committed Nov 26, 2019
2 parents f3a5679 + b1ce2fd commit 6fd53cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion oauthenticator/azureadb2c.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Custom Authenticator to use Azure AD with JupyterHub
Custom Authenticator to use Azure AD B2C with JupyterHub
"""

Expand Down

0 comments on commit 6fd53cf

Please sign in to comment.