Cannot access "Azure Active Directory" from the personal account?

ay 26 Reputation points
2022-07-29T09:09:24.873+00:00

In 2021, I created a Microsoft account (personal account, not an organization account) and was able to access the "Azure Active Directory".
But now, when I try to access "Azure Active Directory", I get a "You do not have access" message.
This is happening not only with my account, but also with the accounts of people I know.

Is it possible that my personal account no longer has access to the "Azure Active Directory"?
Can you please tell me why I can no longer access it and how I can get it back?

(I am an iOS app developer. I am using the OneDrive API from my iOS app and need access to "Azure Active Directory" to configure it.)

----------

The portal is having issues getting an authentication token. The experience rendered may be degraded.

Additional information from the call to get a token:
Extension: Microsoft_AAD_IAM
Resource: self
Details: The logged in user is not authorized to fetch tokens for extension 'Microsoft_AAD_IAM' because the user account is not a member of tenant 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'. Error details: AADSTS50020: User account '{EmailHidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'(Azure Portal) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,665 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. ay 26 Reputation points
    2022-08-08T01:40:03.263+00:00

    I probably found the cause and the solution.

    I needed to create an Azure account.
    https://azure.microsoft.com/free/

    Previously, with just a Microsoft account I had access to Azure Active Directory. But now it seems that I cannot access Azure Active Directory without an Azure account.

    2 people found this answer helpful.

  2. Manu Philip 16,991 Reputation points MVP
    2022-07-29T09:24:34.677+00:00

    It sounds like you might have an active session that uses a personal account. So, open a new in-private browser session (in cognito window)and try again.

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. Carlos Solís Salazar 16,696 Reputation points MVP
    2022-07-29T11:33:04.39+00:00

    Hi @ay

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    It looks like some Azure AD Administrator change the configurations for your Azure AD.

    They must allow external users on your Azure AD

    More Info: Configure external collaboration settings

    Hope this helps,
    Carlos Solís Salazar

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.



  4. James Hamil 22,086 Reputation points Microsoft Employee
    2022-11-09T20:34:36.58+00:00

    For future reference for other users, you must have an Azure account with a subscription in order to create a tenant. Different subscription types offer different features, as referenced here.

    0 comments No comments