File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Microsoft.Identity.Web.Test.Common
Microsoft.Identity.Web.Test.Integration
tools/CrossPlatformValidator/CrossPlatformValidation
CrossPlatformValidatorTests Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public static class TestConstants
110110 public const string ConfidentialClientKeyVaultUri = "https://msidlabs.vault.azure.net/secrets/LabVaultAccessCert/" ;
111111 public const string ConfidentialClientId = "88f91eac-c606-4c67-a0e2-a5e8a186854f" ;
112112 public const string ConfidentialClientLabTenant = "f645ad92-e38d-4d1a-b510-d1b09a74a8ca" ;
113- public const string OBOUser = "fIDLAB @msidlab4.com" ;
113+ public const string OBOUser = "idlab1 @msidlab4.onmicrosoft .com" ;
114114 public const string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f" ;
115115 public static string [ ] s_oBOApiScope = new string [ ] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" } ;
116116 public const string LabClientId = "f62c5ae3-bf3a-4af5-afa8-a68b800396e9" ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public AcquireTokenForUserIntegrationTests(WebApplicationFactory<Startup> factor
3333
3434 private readonly WebApplicationFactory < Startup > _factory ;
3535
36- [ Theory ( Skip = "Skip while lab is being fixed. https://github.com/AzureAD/microsoft-identity-web/issues/3438" ) ]
36+ [ Theory ]
3737 [ InlineData ( TestConstants . SecurePageGetTokenForUserAsync ) ]
3838 [ InlineData ( TestConstants . SecurePageCallDownstreamWebApi ) ]
3939 [ InlineData ( TestConstants . SecurePageCallDownstreamWebApiGeneric ) ]
@@ -58,7 +58,7 @@ public async Task GetTokenForUserAsync(
5858 Assert . True ( response . IsSuccessStatusCode ) ;
5959 }
6060
61- [ Theory ( Skip = "Skip while lab is being fixed. https://github.com/AzureAD/microsoft-identity-web/issues/3438" ) ]
61+ [ Theory ]
6262 [ InlineData ( TestConstants . SecurePage2GetTokenForUserAsync ) ]
6363 [ InlineData ( TestConstants . SecurePage2CallDownstreamWebApi ) ]
6464 [ InlineData ( TestConstants . SecurePage2CallDownstreamWebApiGeneric ) ]
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ static ValidateBenchmark()
4040 }
4141
4242 public const string Organizations = "organizations" ;
43- public const string OBOUser = "fIDLAB @msidlab4.com" ;
43+ public const string OBOUser = "idlab1 @msidlab4.onmicrosoft .com" ;
4444 public const string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f" ;
4545 public static string [ ] s_oBOApiScope = new string [ ] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" } ;
4646 public int numberValidations = 1000000 ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ static ValidateBenchmark()
5555 }
5656
5757 public const string Organizations = "organizations" ;
58- public const string OBOUser = "fIDLAB @msidlab4.com" ;
58+ public const string OBOUser = "idlab1 @msidlab4.onmicrosoft .com" ;
5959 public const string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f" ;
6060 public static string [ ] s_oBOApiScope = new string [ ] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" } ;
6161 public int numberValidations = 1000000 ;
Original file line number Diff line number Diff line change 2424static async Task < AuthenticationResult > AcquireTokenForLabUserAsync ( )
2525{
2626 string Organizations = "organizations" ;
27- string OBOUser = "fIDLAB @msidlab4.com" ;
27+ string OBOUser = "idlab1 @msidlab4.onmicrosoft .com" ;
2828 string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f" ;
2929 string [ ] s_oBOApiScope = new string [ ] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" } ;
3030
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace CrossPlatformValidatorTests
1010 public class InitializeAndValidateTests
1111 {
1212 public const string Organizations = "organizations" ;
13- public const string OBOUser = "fIDLAB @msidlab4.com" ;
13+ public const string OBOUser = "idlab1 @msidlab4.onmicrosoft .com" ;
1414 public const string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f" ;
1515 public static string [ ] s_oBOApiScope = new string [ ] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" } ;
1616 public int numberValidations = 1000000 ;
You can’t perform that action at this time.
0 commit comments