MetricSign
Start free
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

  1. 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
  2. 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
  3. 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)
  4. 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
  5. 5For app registrations, replace 'common'/'organizations' with the explicit tenant GUID in the authority and redeploy

Frequently asked questions

What does AADSTS90002 mean?

The tenant name wasn't found in the data store. Check to

How do I fix this error?

Check your application registration, token configuration, and user permissions in the Azure portal. Review Conditional Access policies if the error is policy-related.

Source · learn.microsoft.com/en-us/entra/identity-platform/reference-error-codes#aadsts-error-codes

Other authentication errors