From 957a9632b462dfc50e244a43da209f4572fa3cc5 Mon Sep 17 00:00:00 2001 From: Naveen Valluri - MSFT Date: Thu, 11 Apr 2019 15:19:41 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55f8449..3537def 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,11 @@ In the `ViewControler.swift` file, update the variables at the top of this file let kGraphURI = "" // This is your backend API that you've configured to accept your app's tokens let kScopes: [String] = ["/demo.read"] // This is a scope that you've configured your backend API to look for. ``` - - - - +> [!NOTE] +>developers using the [Azure China Environment](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud), MUST use .b2clogin.cn) authority, instead of `login.chinacloudapi.cn`. +> +> In order to use .b2clogin.*, you will need to `setValidateAuthority(false)`. Learn more about using [b2clogin](https://docs.microsoft.com/en-us/azure/active-directory-b2c/b2clogin). + ## Community Help and Support We use Stack Overflow to provide support using [tag MSAL](http://stackoverflow.com/questions/tagged/msal) and [tag azure-ad-b2c](http://stackoverflow.com/questions/tagged/azure-ad-b2c). We highly recommend you ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before.