Auto sign-out using ASP.NET Core Razor Pages with Azure AD B2C

added by DotNetKicks
3/6/2023 6:37:33 AM

497 Views

This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or...


0 comments