Persistent Error AADSTS160021: Application Requested a User Session That Does Not Exist

규철 조 5 Reputation points
2025-03-12T10:56:30.0766667+00:00

I am encountering a persistent error when attempting to log in to the Azure Portal. The error message I receive is as follows:


{
  "sessionId": "692ab97f4b984887b5e0de3a1f05847d",
  "errors": [
    {
      "errorMessage": "interaction_required: AADSTS160021: Application requested a user session which does not exist. Trace ID: 197de058-95f5-4b88-bb8c-600e07051d00 Correlation ID: f1d86459-63de-4640-8be8-ff5918bb422c Timestamp: 2025-03-12 10:43:45Z",
      "clientId": "f9885e6e-6f74-46b3-b595-350157a27541",
      "scopes": [
        "https://graph.microsoft.com//.default"
      ]
    }
  ]
}

I have attempted several troubleshooting steps including clearing browser cache and cookies, trying different browsers and using incognito mode, but the error continues to occur. It appears that the application is requesting a user session that does not exist, which is preventing a successful login.

Could you please investigate this issue and provide guidance or a resolution?

I arbitrarily selected a child tag.

Avere vFXT for Azure
Avere vFXT for Azure
An Azure service used to run high-performance, file-based workloads in the cloud.
3 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Goutam Pratti 2,145 Reputation points Microsoft External Staff
    2025-03-13T09:46:09.7933333+00:00

    Hello @규철 조 ,

    I Understand that you are getting Interaction required: AADSTS160021: Application requested a user session which does not exist.

    When you try to log in to Microsoft Entra ID by using your personal Microsoft Accounts (Outlook, Hotmail or OneDrive), you are connected to the Microsoft Services tenant by default. Within the default tenant, there is no linked directory for performing any actions. This behavior is expected.

    As this is a standard tenant without any directory associated, you cannot perform actions such as creating new users, groups, enterprise applications, and so on. To perform administrative actions, you must have administrative access to the tenant.

    Solution: For this purpose, you need to create your own tenant rather than using the Microsoft Services tenant.

    To create a new tenant, open in-private/incognito browser window (just to avoid SSO), access https://azure.microsoft.com/en-us/free/ to create a free Azure account.

    When you create a new tenant, you by default become the Global Administrator of the new tenant and have full access to all the options in that tenant.

    If you still want to access Entra portal using your personal Microsoft account only, you can invite that user as a guest user as mentioned here : https://learn.microsoft.com/en-us/azure/active-directory/external-identities/add-users-administrator#add-guest-users-to-the-directory and assign the Global Administrator role.

    User's image

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.