File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class TestConstants {
45
45
public final static String B2C_AUTHORITY_SIGN_IN = B2C_AUTHORITY + B2C_SIGN_IN_POLICY ;
46
46
public final static String B2C_AUTHORITY_ROPC = B2C_AUTHORITY + B2C_ROPC_POLICY ;
47
47
public final static String B2C_READ_SCOPE = "https://msidlabb2c.onmicrosoft.com/msidlabb2capi/read" ;
48
- public final static String B2C_MICROSOFTLOGIN_AUTHORITY = "https://login.microsoftonline .com/tfp/msidlabb2c.onmicrosoft.com/" ;
48
+ public final static String B2C_MICROSOFTLOGIN_AUTHORITY = "https://msidlabb2c.b2clogin .com/tfp/msidlabb2c.onmicrosoft.com/" ;
49
49
public final static String B2C_MICROSOFTLOGIN_ROPC = B2C_MICROSOFTLOGIN_AUTHORITY + B2C_ROPC_POLICY ;
50
50
51
51
public final static String LOCALHOST = "http://localhost:" ;
You can’t perform that action at this time.
0 commit comments