Azure and Entra ID

Nikita Klinnikov 0 Reputation points
2024-05-01T03:14:19.3266667+00:00
Erorr Entra ID
{
  "sessionId": "cbb209cb23dc4317b80b952cea59fa49",
  "errors": [
    {
      "errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application '74658136-14ec-4630-ad9b-26e160ff0fc6'(ADIbizaUX) 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. Trace ID: 1929d10f-76e7-4f11-aee4-9e5114b65d00 Correlation ID: 9e436538-2027-41be-8ce2-8cdb3e1c9943 Timestamp: 2024-05-01 03:08:55Z",
      "clientId": "74658136-14ec-4630-ad9b-26e160ff0fc6",
      "scopes": [
        "a57aca87-cbc0-4f3c-8b9e-dc095fdc8978/.default"
      ]
    }
  ]
}

User's image

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,802 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Azizkhon Ishankhonov 195 Reputation points
    2024-05-01T06:49:19.5033333+00:00

    Добрый день,

    Судя по ошибке, пользователя нет в этом тенанте, поэтому оно не может получить доступ к приложению в этом тенанте. Можно попробовать добавить, пригласить как external пользователь.

    Тут можно найти больше настроек и конфигурации для тенанта, правда нужны будет права админа: https://entra.microsoft.com/

    User's image

    Можно и через Azure Portal -> Entra Id -> Users -> New User
    User's image


  2. Shweta Mathur 28,031 Reputation points Microsoft Employee
    2024-05-02T05:38:19.84+00:00

    Hi @Nikita Klinnikov ,

    Thanks for reaching out.

    Please refer https://learn.microsoft.com/en-us/answers/questions/1377925/issue-while-logging-in-to-azure-entra-portal-aadst to understand the issue and its solution.

    Hope this will help.

    Thanks,

    Shweta

    Please remember to "Accept Answer" if answer helped you.