From b12d4780377758feb73a02ccc3e36e831e98149b Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Mon, 22 Jul 2019 07:42:34 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21115cc..e64fbc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README -Azure AD B2C is a cost effective identity provider covering social and enterprise logins but it can be awekward to integrate with - its documentation is currently not great and using it involves rooting around across multiple samples, the ADAL library, and the MSAL library. +Azure AD B2C is a cost effective identity provider covering social and enterprise logins but it can be awkward to integrate with - its documentation is currently not great and using it involves rooting around across multiple samples, the ADAL library, and the MSAL library. That being the case I've focused this package on B2C although with minor changes it could be used more broadly. MSAL itself, which this library wraps, is rather generic but B2C has some specific requirements and I think half of the problem with the documentation is that you end up drifting across B2C and straight AD. I wanted to make things simpler for B2C.