|
You are here |
damienbod.com | ||
| | | | |
az-liftshift.com
|
|
| | | | | 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 | |
| | | | |
serverless.industries
|
|
| | | | | The .NET Core Session Store allows it to store data server-sidefor the current client. Per default the cookie which identifies the client onlyremains in the browser until it's closed. | |
| | | | |
www.itwriting.com
|
|
| | | | | [AI summary] A developer shares a detailed technical walkthrough of migrating an older ASP.NET application to ASP.NET Core with Entra ID authentication, highlighting the complexities of configuring group-based access control and overcoming deprecated libraries. | |
| | | | |
timdeschryver.dev
|
|
| | | In this post, we'll take a look at the newly introduced IExceptionHandler in ASP.NET Core 8. We'll implement an exception handler that translates exceptions into Problem Details using the Problem Details Service. The result is a standardized and better experience for your API consumers. | ||