⏱︎
Read time:
Introduction: In a .NET 8 server-side MVC application integrated with Microsoft Entra ID, a common requirement is to force the user session to time out after 60 minutes. At first glance, this looks simple: configure the local application cookie to…
⏱︎
Read time:
Introduction: In modern cloud-native applications, managing credentials and secrets has always been a significant security challenge. Traditional approaches require storing client secrets in configuration files, which poses security risks even when using secret management systems. Microsoft Azure’s Managed Identity feature…
⏱︎
Read time:
Introduction: Microsoft Entra ID’s Authentication Context combined with Conditional Access Policies provides a powerful mechanism to enforce granular access control for applications and resources. By leveraging authentication context, organizations can apply step-up authentication based on specific conditions, ensuring that sensitive…
⏱︎
Read time:
Introduction: Azure Monitor is a centralized solution that collects and aggregates data from every layer and component of the systems or services across multiple Azure and non-Azure subscriptions and tenants. In this article, we will learn how to leverage the…
⏱︎
Read time:
Introduction Single Sign-On (SSO) is a powerful feature that enhances security and streamlines user access across multiple applications. Microsoft Entra ID provides robust support for SSO, enabling organizations to integrate and manage identity across a wide range of apps. In…
⏱︎
Read time:
Introduction As organizations grow and adopt multiple platforms, managing user identities and access control becomes critical to ensuring security and efficiency. GitHub Enterprise, a widely used platform for collaboration and software development, offers Managed User accounts to help enterprises maintain…