File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
msal4j-sdk/src/integrationtest/java/labapi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class KeyVaultSecretsProvider {
2222 private final SecretClient secretClient ;
2323
2424 private static final String CLIENT_ID = TestConstants .MSIDLAB_CLIENT_ID ;
25- public static String CERTIFICATE_ALIAS = "LabVaultAccessCert " ;
25+ public static String CERTIFICATE_ALIAS = "LabAuth.MSIDLab.com " ;
2626
2727 private static final String WIN_KEYSTORE = "Windows-MY" ;
2828 private static final String KEYSTORE_PROVIDER = "SunMSCAPI" ;
@@ -66,7 +66,7 @@ private AccessToken requestAccessTokenForAutomation() {
6666 try {
6767 ConfidentialClientApplication cca = ConfidentialClientApplication .builder (
6868 CLIENT_ID , getClientCredentialFromKeyStore ()).
69- authority (TestConstants .MICROSOFT_AUTHORITY ).
69+ authority (TestConstants .MICROSOFT_AUTHORITY ).sendX5c ( true ).
7070 build ();
7171 result = cca .acquireToken (ClientCredentialParameters
7272 .builder (Collections .singleton (TestConstants .KEYVAULT_DEFAULT_SCOPE ))
You can’t perform that action at this time.
0 commit comments