Identity Atlas v1.0.0
Release date: 5 August 2026
Publisher: Control Alt Delete Tech Bits
Identity Atlas 1.0.0 is the first stable release of the local, read-only Microsoft Entra relationship explorer.
Security changes
- Comparison reports no longer embed tenant data inside an inline browser script.
- Comparison data and application logic are separate local resources protected by a restrictive Content Security Policy.
- Hostile tenant strings are covered by automated script-injection regression tests.
Connect-IdentityAtlasaccepts optional dedicatedClientIdandTenantIdvalues for an isolated Microsoft Graph consent boundary.- Settings includes a two-step control for clearing Identity Atlas pins, review states and layout preferences from browser storage.
The main interactive report was not affected by the comparison issue. Version 0.16.0-preview.1 users should upgrade before opening newly generated comparison HTML.
Stable capabilities
- Local collection through delegated Microsoft Graph read permissions.
- Users, groups, nested memberships, applications, service principals, devices and authentication methods.
- Directory roles, active and eligible role assignments, and PIM for Groups.
- Conditional Access policies, named locations and authentication strengths.
- Cross-tenant access, application management policies and Administrative Units.
- Entitlement Management and Access Reviews.
- Evidence-backed access paths with confidence and collection coverage.
- Permission blast radius, security insights, action plans and review states.
- Timeline, report comparison and JSON, CSV, Markdown, Mermaid, SVG and PNG exports.
- Offline single-page report served only on the local loopback interface.
Install from PowerShell Gallery
Install-PSResource IdentityAtlas -Scope CurrentUser -TrustRepository
Import-Module IdentityAtlasPowerShellGet users can run:
Install-Module IdentityAtlas -Scope CurrentUser
Import-Module IdentityAtlasRun
Connect-IdentityAtlas -UseDeviceCode -ContextScope Process
Invoke-IdentityAtlas `
-OutputPath "$env:USERPROFILE\Documents\IdentityAtlas-$(Get-Date -Format 'yyyyMMdd-HHmmss')" `
-OpenReportUse the Governance profile when its additional read permissions and licensed Microsoft Entra features are required.
Upgrade
Update-PSResource IdentityAtlas -Scope CurrentUserPowerShellGet users can run:
Update-Module IdentityAtlasClose existing PowerShell sessions before upgrading if Microsoft Graph modules are loaded.
Data handling
Identity Atlas reports contain administrative evidence and are not encrypted. Keep reports in an access-controlled folder, stop the local report server after use, disconnect Microsoft Graph and delete reports according to organisational retention requirements.