Low severityauthentication
Power BI Error:
AADSTS90002, Tenant Not Found in Microsoft Entra ID
What does this error mean?
The tenant name or ID in the sign-in request doesn't exist in Microsoft Entra ID (Azure AD).
Common causes
- 1Typo or wrong tenant ID/domain in the authority URL (https://login.microsoftonline.com/{tenant})
- 2Domain derived from an email address that is not registered as a verified domain in the target tenant
- 3Cross-cloud mismatch: app pointed at Public cloud while tenant lives in Azure Government, China (21Vianet), or Germany (or vice versa)
- 4Custom domain was removed, renamed, or never fully verified in Entra ID
- 5Using 'common' or 'organizations' endpoint while the upstream code expects a specific tenant GUID that no longer exists
How to fix it
- 1Verify the exact tenant ID (GUID) or verified domain in Entra ID > Overview, and compare it character-by-character with the authority URL used by the client/app
- 2If the user signed in with an email, confirm the email's domain is added and verified under Entra ID > Custom domain names — unverified domains will not resolve
- 3Confirm you're hitting the right sovereign cloud endpoint: login.microsoftonline.com (Public), login.microsoftonline.us (GCC High/DoD), login.partner.microsoftonline.cn (China), or login.microsoftonline.de (Germany)
- 4In Power BI / Fabric / ADF connections, re-authenticate the data source credential and ensure the connection uses the correct tenant — recreate the gateway credential if it was bound to a deleted/renamed tenant
- 5For app registrations, replace 'common'/'organizations' with the explicit tenant GUID in the authority and redeploy