Skip to content

Commit

Permalink
https for webapp test trial
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng committed Jan 9, 2025
1 parent e7ebc1b commit a3538ff
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds
}

[Theory]
[InlineData("http://MSIDLABCIAM6.ciamlogin.com")] // CIAM authority
[InlineData("http://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/")] // CIAM CUD Authority
[InlineData("https://MSIDLABCIAM6.ciamlogin.com")] // CIAM authority
[InlineData("https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/")] // CIAM CUD Authority
[SupportedOSPlatform("windows")]
public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds_CallsDownStreamApiWithCiamAsync(string authority)
{
Expand Down Expand Up @@ -233,6 +233,7 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds
}

page = await NavigateToWebAppAsync(context, WebAppCiamPort);
_output.WriteLine("WebApp HTML: " + await page.InnerHTMLAsync("html"));

// Initial sign in
_output.WriteLine("Starting web app sign-in flow.");
Expand All @@ -258,7 +259,7 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds
}
catch (Exception ex)
{
//Adding guid incase of multiple test runs. This will allow screenshots to be matched to their appropriet test runs.
//Adding guid incase of multiple test runs. This will allow screenshots to be matched to their appropriate test runs.
var guid = Guid.NewGuid().ToString();
try
{
Expand Down

0 comments on commit a3538ff

Please sign in to comment.