diff --git a/aspnetcore/blazor/security/server/index.md b/aspnetcore/blazor/security/server/index.md index 7ee3b9bfb5..94d1a834dc 100644 --- a/aspnetcore/blazor/security/server/index.md +++ b/aspnetcore/blazor/security/server/index.md @@ -858,6 +858,12 @@ Two additional abstractions participate in managing authentication state: [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] +## Authentication state management at sign out + +Server-side Blazor persists user authentication state for the lifetime of the circuit, including across browser tabs. To proactively sign off a user across browser tabs when the user signs out on one tab, you must implement a ([reference source](https://github.com/dotnet/aspnetcore/blob/main/src/Components/Server/src/Circuits/RevalidatingServerAuthenticationStateProvider.cs)) with a short . + +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] + :::moniker range=">= aspnetcore-8.0" ## Temporary redirection URL validity duration