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 {
22
22
private final SecretClient secretClient ;
23
23
24
24
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 " ;
26
26
27
27
private static final String WIN_KEYSTORE = "Windows-MY" ;
28
28
private static final String KEYSTORE_PROVIDER = "SunMSCAPI" ;
@@ -66,7 +66,7 @@ private AccessToken requestAccessTokenForAutomation() {
66
66
try {
67
67
ConfidentialClientApplication cca = ConfidentialClientApplication .builder (
68
68
CLIENT_ID , getClientCredentialFromKeyStore ()).
69
- authority (TestConstants .MICROSOFT_AUTHORITY ).
69
+ authority (TestConstants .MICROSOFT_AUTHORITY ).sendX5c ( true ).
70
70
build ();
71
71
result = cca .acquireToken (ClientCredentialParameters
72
72
.builder (Collections .singleton (TestConstants .KEYVAULT_DEFAULT_SCOPE ))
You can’t perform that action at this time.
0 commit comments