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

Commit 47ecf2f

Browse files
authored
Update index.html
Change the authority to b2clogin.com
1 parent 6be7313 commit 47ecf2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h2>Getting an access token with Azure AD B2C and calling a Web API</h2>
5252
var msalConfig = {
5353
auth: {
5454
clientId: "e760cab2-b9a1-4c0d-86fb-ff7084abd902", //This is your client ID
55-
authority: "https://login.microsoftonline.com/tfp/fabrikamb2c.onmicrosoft.com/b2c_1_susi" //This is your tenant info
55+
authority: "https://fabrikamb2c.b2clogin.com/fabrikamb2c.onmicrosoft.com/b2c_1_susi", //This is your tenant info
56+
validateAuthority: false
5657
},
5758
cache: {
5859
cacheLocation: "localStorage",
@@ -146,4 +147,4 @@ <h2>Getting an access token with Azure AD B2C and calling a Web API</h2>
146147
</script>
147148
</body>
148149

149-
</html>
150+
</html>

0 commit comments

Comments
 (0)