ADFS to Microsoft Entra ID Migration: Complete Planning and Execution Guide

Microsoft is pushing hard to retire ADFS. The writing has been on the wall since 2023 when they started flagging ADFS deprecation in security advisories, and Windows Server 2025 makes it even clearer — ADFS is maintenance mode, no new features, and the migration tooling keeps getting better. If you’re still running ADFS in production, now is the time to plan your move. This guide walks through the full migration from ADFS to Microsoft Entra ID (formerly Azure AD), covering assessment, claim rules translation, staged rollout, and final decommission. ...

Feb 05, 2026 · 7 min · 1349 words · IAMDevBox
Microsoft Entra ID (Azure AD) Complete Migration Guide: From On-Premise to Cloud

Microsoft Entra ID (Azure AD) Complete Migration Guide: From On-Premise to Cloud

Migrating from on-premise Active Directory (AD) to Microsoft Entra ID (formerly Azure AD) can significantly enhance your organization’s security and operational efficiency. However, it’s not without its challenges. This guide will walk you through the entire process, sharing insights and tips based on real-world experience. Understanding the Problem The primary challenge in migrating from on-premise AD to Azure AD lies in ensuring that all user identities, permissions, and policies are correctly transferred to the cloud. You need to maintain business continuity while minimizing downtime and security risks. Additionally, legacy applications might require specific configurations to work seamlessly with Azure AD. ...

Dec 19, 2025 · 6 min · 1098 words · IAMDevBox
Implementing Continuous Access Evaluation (CAE) in Modern IAM Systems

Implementing Continuous Access Evaluation (CAE) in Modern IAM Systems

Implementing Continuous Access Evaluation (CAE) in modern IAM systems can significantly improve your organization’s security posture by ensuring that access rights are continuously evaluated and adjusted based on current conditions. The challenge lies in setting up and maintaining these evaluations efficiently without disrupting user experience. Visual Overview: graph TB subgraph "Authentication Methods" Auth[Authentication] --> Password[Password] Auth --> MFA[Multi-Factor] Auth --> Passwordless[Passwordless] MFA --> TOTP[TOTP] MFA --> SMS[SMS OTP] MFA --> Push[Push Notification] Passwordless --> FIDO2[FIDO2/WebAuthn] Passwordless --> Biometric[Biometrics] Passwordless --> Magic[Magic Link] end style Auth fill:#667eea,color:#fff style MFA fill:#764ba2,color:#fff style Passwordless fill:#4caf50,color:#fff The Problem Traditional access reviews are periodic and rely on manual checks, which can lead to outdated access rights and security vulnerabilities. Users might retain access even after their roles change or they leave the company. CAE addresses these issues by continuously assessing access rights in real-time, ensuring that only necessary permissions are granted. ...

Nov 27, 2025 · 4 min · 822 words · IAMDevBox
Integrating ForgeRock with Azure AD: A Hybrid Identity Solution

Integrating ForgeRock with Azure AD: A Hybrid Identity Solution

In today’s digital landscape, organizations often need to manage identities across multiple platforms and cloud environments. Integrating ForgeRock with Azure Active Directory (Azure AD) provides a robust hybrid identity solution that combines the flexibility of ForgeRock’s identity management platform with the security and scalability of Azure AD. This integration enables seamless single sign-on (SSO), unified user provisioning, and enhanced security for a modern workforce. In this blog post, we will explore the architecture, configuration steps, and best practices for integrating ForgeRock with Azure AD. Whether you are an IT administrator, DevOps engineer, or identity management specialist, this guide will provide you with the technical insights and practical steps needed to implement this solution effectively. ...

Jul 10, 2025 · 5 min · 981 words · IAMDevBox