Monthly Archives: May 2026
Using configurable token lifetimes in Microsoft Entra ID, .NET and Microsoft Graph
Configurable token lifetimes in the Microsoft identity platform went GA and I thought I would look at implementing this using a .NET console application using Microsoft Graph . This article looks at implementing this with an delegated user credential as well as an application client credential. Code: https://github.com/damienbod/EntraIdTokenLifeTimePolicies The code example was initially created using […]
