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 {
4545 public final static String B2C_AUTHORITY_SIGN_IN = B2C_AUTHORITY + B2C_SIGN_IN_POLICY ;
4646 public final static String B2C_AUTHORITY_ROPC = B2C_AUTHORITY + B2C_ROPC_POLICY ;
4747 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/" ;
4949 public final static String B2C_MICROSOFTLOGIN_ROPC = B2C_MICROSOFTLOGIN_AUTHORITY + B2C_ROPC_POLICY ;
5050
5151 public final static String LOCALHOST = "http://localhost:" ;
You can’t perform that action at this time.
0 commit comments