Logout doesn't work in Blazor Web Application with global WASM interactivity (AntiforgeryValidationException) #58822
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-blazor-wasm-auth
Milestone
Is there an existing issue for this?
Describe the bug
AntiforgeryValidationException after clicking logout when Blazor WASM interactive page is displayed in application with global interactivity.
Expected Behavior
Logout should work without exceptions.
Steps To Reproduce
dotnet new blazor -n LogoutTest --interactivity WebAssembly --auth Individual --all-interactive True
Exceptions (if any)
.NET Version
9.0.100-rc.2.24474.11
Anything else?
Probably related issue #56687
Pinging @javiercn because he was active in related issue.
The text was updated successfully, but these errors were encountered: