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

Commit 2827961

Browse files
authored
Merge pull request #31 from yoelhor/patch-2
Update index.html
2 parents eb1ca6a + 47ecf2f commit 2827961

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)