Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 7162211

Browse files
authored
Merge pull request #101 from Azure-Samples/jennyf/b2clogin
update to b2clogin.com
2 parents 675acab + eb37fcb commit 7162211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UserDetailsClient/UserDetailsClient.Core/Features/LogOn/B2CConstants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class B2CConstants
44
{
55
// Azure AD B2C Coordinates
66
public static string Tenant = "fabrikamb2c.onmicrosoft.com";
7-
public static string AzureADB2CHostname = "login.microsoftonline.com";
7+
public static string AzureADB2CHostname = "fabrikamb2c.b2clogin.com";
88
public static string ClientID = "90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6";
99
public static string PolicySignUpSignIn = "b2c_1_susi";
1010
public static string PolicyEditProfile = "b2c_1_edit_profile";

0 commit comments

Comments
 (0)