diff --git a/benchmark/Directory.Build.props b/benchmark/Directory.Build.props
index c15cecf40..b94930bd8 100644
--- a/benchmark/Directory.Build.props
+++ b/benchmark/Directory.Build.props
@@ -12,7 +12,7 @@
- 0.12.1
+ 0.12.2
0.13.12
0.13.12
diff --git a/build/template-install-dependencies.yaml b/build/template-install-dependencies.yaml
index 40a9e00db..040b5a87f 100644
--- a/build/template-install-dependencies.yaml
+++ b/build/template-install-dependencies.yaml
@@ -31,14 +31,14 @@ steps:
# Install all secrets needed from KeyVault onto the build machine.
- task: AzureKeyVault@1
- displayName: 'Azure Key Vault: buildautomation'
+ displayName: 'Azure Key Vault: msidlabs'
inputs:
- azureSubscription: '.NET Keyvault'
- KeyVaultName: buildautomation
- SecretsFilter: 'AzureADIdentityDivisionTestAgentCert'
+ azureSubscription: 'AuthSdkResourceManager'
+ KeyVaultName: 'msidlabs'
+ SecretsFilter: 'LabVaultAccessCert'
- powershell: |
- $kvSecretBytes = [System.Convert]::FromBase64String('$(AzureADIdentityDivisionTestAgentCert)')
+ $kvSecretBytes = [System.Convert]::FromBase64String('$(LabVaultAccessCert)')
$certCollection = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2Collection
$certCollection.Import($kvSecretBytes, $null, [System.Security.Cryptography.X509Certificates.X509KeyStorageFlags]::Exportable)
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
index 1d328ea44..a68f925d2 100644
--- a/tests/Directory.Build.props
+++ b/tests/Directory.Build.props
@@ -32,7 +32,7 @@
5.0.3
8.0.0
- 0.12.1
+ 0.12.2
diff --git a/tests/Microsoft.Identity.Web.Test.Common/TestConstants.cs b/tests/Microsoft.Identity.Web.Test.Common/TestConstants.cs
index fc2220b4e..cc5413875 100644
--- a/tests/Microsoft.Identity.Web.Test.Common/TestConstants.cs
+++ b/tests/Microsoft.Identity.Web.Test.Common/TestConstants.cs
@@ -104,15 +104,15 @@ public static class TestConstants
// Constants for the lab
public const string OBOClientKeyVaultUri = "TodoListServiceV2-OBO";
- public const string ConfidentialClientKeyVaultUri = "https://buildautomation.vault.azure.net/secrets/AzureADIdentityDivisionTestAgentSecret/";
- public const string ConfidentialClientId = "16dab2ba-145d-4b1b-8569-bf4b9aed4dc8";
+ public const string ConfidentialClientKeyVaultUri = "https://msidlabs.vault.azure.net/secrets/LabVaultAccessCert/";
+ public const string ConfidentialClientId = "f62c5ae3-bf3a-4af5-afa8-a68b800396e9";
public const string ConfidentialClientLabTenant = "72f988bf-86f1-41af-91ab-2d7cd011db47";
public const string OBOUser = "fIDLAB@msidlab4.com";
public const string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f";
public static string[] s_oBOApiScope = new string[] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" };
- public const string LabClientId = "16dab2ba-145d-4b1b-8569-bf4b9aed4dc8";
+ public const string LabClientId = "f62c5ae3-bf3a-4af5-afa8-a68b800396e9";
public const string MSIDLabLabKeyVaultName = "https://msidlabs.vault.azure.net";
- public const string AzureADIdentityDivisionTestAgentSecret = "AzureADIdentityDivisionTestAgentSecret";
+ public const string AzureADIdentityDivisionTestAgentSecret = "MSIDLABAccessSecret";
public const string BuildAutomationKeyVaultName = "https://buildautomation.vault.azure.net/";
public const string LabVaultAppId = "LabVaultAppID";
public const string LabVaultAppSecret = "LabVaultAppSecret";
diff --git a/tools/CrossPlatformValidator/CrossPlatformValidation/Benchmark/Benchmark.csproj b/tools/CrossPlatformValidator/CrossPlatformValidation/Benchmark/Benchmark.csproj
index 7c5062f20..8ce9a24a4 100644
--- a/tools/CrossPlatformValidator/CrossPlatformValidation/Benchmark/Benchmark.csproj
+++ b/tools/CrossPlatformValidator/CrossPlatformValidation/Benchmark/Benchmark.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/tools/CrossPlatformValidator/CrossPlatformValidation/BenchmarkCSharp/BenchmarkCSharp.csproj b/tools/CrossPlatformValidator/CrossPlatformValidation/BenchmarkCSharp/BenchmarkCSharp.csproj
index 72619b2b6..5cef53e70 100644
--- a/tools/CrossPlatformValidator/CrossPlatformValidation/BenchmarkCSharp/BenchmarkCSharp.csproj
+++ b/tools/CrossPlatformValidator/CrossPlatformValidation/BenchmarkCSharp/BenchmarkCSharp.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/tools/CrossPlatformValidator/CrossPlatformValidation/CSharpConsoleApp/CSharpConsoleApp.csproj b/tools/CrossPlatformValidator/CrossPlatformValidation/CSharpConsoleApp/CSharpConsoleApp.csproj
index 0312b6a82..46dcfdd23 100644
--- a/tools/CrossPlatformValidator/CrossPlatformValidation/CSharpConsoleApp/CSharpConsoleApp.csproj
+++ b/tools/CrossPlatformValidator/CrossPlatformValidation/CSharpConsoleApp/CSharpConsoleApp.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/tools/CrossPlatformValidator/CrossPlatformValidation/CrossPlatformValidatorTests/CrossPlatformValidatorTests.csproj b/tools/CrossPlatformValidator/CrossPlatformValidation/CrossPlatformValidatorTests/CrossPlatformValidatorTests.csproj
index 8770de0c6..7ce9656be 100644
--- a/tools/CrossPlatformValidator/CrossPlatformValidation/CrossPlatformValidatorTests/CrossPlatformValidatorTests.csproj
+++ b/tools/CrossPlatformValidator/CrossPlatformValidation/CrossPlatformValidatorTests/CrossPlatformValidatorTests.csproj
@@ -10,7 +10,7 @@
-
+