microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.

Home Page:https://playwright.dev/dotnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Redirect after Azure Entra login fails

5p1k3md opened this issue · comments

Version

1.42.0

Steps to reproduce

  • Create a Blazor Server app with activated azure ad authentication as described here

  • Record a login

  • On the step after Don't show this again window successfully closed and click on yes await the redirect and it will fail with the message ERR_INVALID_URL

  • On a page reload the page is served as expected

Expected behavior

Redirect to the expected page like in version 1.41.2

Actual behavior

Redirect fails with the message ERR_INVALID_URL

Additional context

Videos of the behavior can be sent in private if helpful.
Unfortunately I posted at first in the node section, but I use .NET and did not see at first there are multiple guthub projects with issues, sorry for that.

Environment

- Operating System:
    OS: Windows 11 10.0.22631
- CPU: (16) x64 Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
    Memory: 32.90 GB / 63.72 GB
- Browser: Chromium
- .NET Version (TFM): net8.0