?? Before You Start

EntraPass is an open-source (MIT) tool for assessing passkey readiness in your Microsoft Entra ID tenant.

? What this tool does:

  • Reads user profiles, devices, auth methods, and CA policies from your tenant via Microsoft Graph
  • Analyzes everything in your browser � no data leaves your machine
  • Deploys a temporary App Registration to your tenant for authentication

? Security & Privacy

  • All data stays in your browser's memory — nothing is stored on servers
  • The scanner creates a SPA (PKCE) app registration with no client secrets
  • You can delete the app registration after scanning using the cleanup script
  • No external API calls beyond Microsoft Graph

? Prerequisites

  • A Microsoft Entra ID tenant (the one you want to scan)
  • Permissions to create App Registrations (Application Developer role or higher)
  • Admin consent for Graph delegated permissions (or consent interactively)