Skip to content

Commit eecedd8

Browse files
authored
Merge pull request #573 from AzureAD/SJAIN/Issue-572
Fix Issue 572
2 parents cb2eca2 + 2c79780 commit eecedd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msal4j-sdk/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Export-Package: com.microsoft.aad.com.microsoft.aad.msal4j
1+
Export-Package: com.microsoft.aad.msal4j;version="1.13.3"
22
Automatic-Module-Name: com.microsoft.aad.msal4j

msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j/TestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:";

0 commit comments

Comments
 (0)