From 79901dc0e16763e61e47a177c9dcee22aa232ffe Mon Sep 17 00:00:00 2001 From: NVRemoteDev Date: Thu, 20 Sep 2018 14:08:50 -0400 Subject: [PATCH] Update README.md Fix a 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.