Bad handling of complete logout in RemoteAuthenticatorViewCore.ProcessLogOutCallback #34990
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
feature-blazor-wasm-auth
investigate
Milestone
Describe the bug
In Blazor WASM when CompleteSignOutAsync returns RemoteAuthenticationStatus.OperationCompleted:, nothing is done, so the message "Processing logout callback..." is still displayed
To Reproduce
Implement https://auth0.com/blog/securing-blazor-webassembly-apps/
Suggested fix
Merge Success and OperationCompleted switch branch
Further technical details
The text was updated successfully, but these errors were encountered: