External Identies confusion

KoNasl 21 Reputation points
2021-11-11T18:48:22.257+00:00

I noticed some users in our Azure AD are lists as guest but have our domain and tenant information in the UPN.

user_ourdomain_com#EXT#@ourtenant.onmicrosoft.com

I understand that users can be B2B from other tenants or B2C from other sources like Facebook, Gmail, etc but I'm confused as to why these guest users seem to have our exact company info in their UPNs. Are these personal Microsoft accounts that are being registered as guests instead of work / school accounts?

Source for these accounts is also listed as Microsoft Account. Any help would be appreciated.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2021-11-25T19:49:02.68+00:00

    Hello @KoNasl ,

    Thanks for reaching out and apologies for delayed response.

    Azure AD lets you invite external users as guests to your Azure AD tenant. When you invite an external user, Azure AD creates a guest user account in your tenant. These guest user accounts (UserType = Guest) differ from regular Azure AD user accounts (UserType = Member).

    The user principal name (UPN) of the guest user account uses a prefix derived from the invitee's email address, combined with the tenant's initial domain—for example: prefix#EXT#@yourtenant.onmicrosoft.com.

    Example: User bob@Company portal .com, from directory contoso, is added as an external user in directory fabrikam. This results as a user in fabrikam with UPN bob_contoso.com#EXT#@fabrikam.onmicrosoft.com, but you don't have to worry about that. When they sign in to an application that trusts https:/login.microsoftonline.com/fabrikam.onmicrosoft.com, they simply sign in as bob@Company portal .com and use their normal password from contoso.

    152670-image.png

    Refer to the following links to learn more about:

    Properties of an Azure Active Directory B2B collaboration user : https://learn.microsoft.com/en-us/azure/active-directory/external-identities/user-properties
    What are the default user permissions in Azure Active Directory for Members and Guests : https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions

    Hope this helps.

    ------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.