Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 5b4d6c4

Browse files
authored
Update validate authority steps for JS
1 parent b3e3462 commit 5b4d6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var policyName = "<Name of your sign in / sign up policy, e.g. B2C_1_SiUpIn>";
103103
> [!NOTE]
104104
>developers using the [Azure China Environment](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud), MUST use <your-tenant-name>.b2clogin.cn) authority, instead of `login.chinacloudapi.cn`.
105105
>
106-
> In order to use <your-tenant-name>.b2clogin.*, you will need to `setValidateAuthority(false)`. Learn more about using [b2clogin](https://docs.microsoft.com/en-us/azure/active-directory-b2c/b2clogin).
106+
> In order to use <your-tenant-name>.b2clogin.*, you will need to configure you application and set `validateAuthority: false`. Learn more about using [b2clogin](https://docs.microsoft.com/en-us/azure/active-directory-b2c/b2clogin#set-the-validateauthority-property).
107107
108108
Lastly, to run your Node.js Web API, run the following command from your shell or command line
109109

0 commit comments

Comments
 (0)