We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fd067 commit 84fceffCopy full SHA for 84fceff
msal4j-sdk/src/integrationtest/java/labapi/KeyVaultSecretsProvider.java
@@ -22,7 +22,7 @@ public class KeyVaultSecretsProvider {
22
private final SecretClient secretClient;
23
24
private static final String CLIENT_ID = TestConstants.MSIDLAB_CLIENT_ID;
25
- public static String CERTIFICATE_ALIAS = "LabAuth";
+ public static String CERTIFICATE_ALIAS = "LabAuth.MSIDLab.com";
26
27
private static final String WIN_KEYSTORE = "Windows-MY";
28
private static final String KEYSTORE_PROVIDER = "SunMSCAPI";
0 commit comments