Skip to content

Commit fddbb60

Browse files
authored
Merge pull request #9 from Azure-Samples/revert-8-jennyf/b2clogin
Revert "update to b2clogin.com"
2 parents 0ca9494 + cd62451 commit fddbb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ var tenantName = "fabrikamb2c"
1313
var tenantID = tenantName + ".onmicrosoft.com";
1414
var clientID = "25eef6e4-c905-4a07-8eb4-0d08d5df8b3f";
1515
var policyName = "B2C_1_SUSI";
16-
var b2cDomain = ".b2clogin.com"
16+
var domain = "login.microsoftonline.com"
1717

1818
var options = {
19-
identityMetadata: "https://" + tenantName + b2cDomain + "/" + tenantID + "/v2.0/.well-known/openid-configuration/",
19+
identityMetadata: "https://" + domain + "/" + tenantID + "/v2.0/.well-known/openid-configuration/",
2020
clientID: clientID,
2121
policyName: policyName,
2222
isB2C: true,

0 commit comments

Comments
 (0)