Skip to content

Commit 543b1e6

Browse files
committed
2
1 parent 6c739bf commit 543b1e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/Infrastructure/ConfidentialAppSettings.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ public interface IConfidentialAppSettings
3636

3737
public class ConfidentialAppSettings
3838
{
39+
public const string ID4SLab1TenantId = "10c419d4-4a50-45b2-aa4e-919fb84df24f";
40+
3941
private class PublicCloudConfidentialAppSettings : IConfidentialAppSettings
4042
{
4143
// TODO: Tenant Migration - Migrated to new id4slab1 tenant for non-regional tests
4244
// Regional tests still use legacy configuration due to AADSTS100007 restrictions
43-
public string ClientId => UseAppIdUri? "api://54a2d933-8bf8-483b-a8f8-0a31924f3c1f" : "54a2d933-8bf8-483b-a8f8-0a31924f3c1f"; // MSAL-APP-AzureADMultipleOrgs in ID4SLAB1 tenant
45+
public string ClientId => UseAppIdUri? "api://54a2d933-8bf8-483b-a8f8-0a31924f3c1f" : "3bf56293-fbb5-42bd-a407-248ba7431a8c"; // MSAL-APP-AzureADMultipleOrgs in ID4SLAB1 tenant
4446

45-
public string TenantId => "10c419d4-4a50-45b2-aa4e-919fb84df24f"; // ID4SLAB1 tenant
47+
public string TenantId => ID4SLab1TenantId;
4648

4749
public string Environment => "login.microsoftonline.com";
4850

0 commit comments

Comments
 (0)