Forum Discussion

MosesLim's avatar
MosesLim
Copper Contributor
Oct 10, 2020
Solved

Best Practice to Administer Guest Users from another Tenant

All,

 

I have a requirement to implement B2B for few partners with are with us.

I would like to know what the best practice for doing this?

 

 

AAD is configured with AAD Connect to Windows AD.

 

Requirements:

1. Guest users shouldn't have the ability to access AAD related information even through Powershell or Graph API

2. Group Guest Users using AAD Groups and grant them access for specific application only

3. Implement Additional Security policy over Authentication like MFA and Password Complexity over their original Tenant.

 

 

 

 

 

  • Hello,

     

    For 1) you can take a look at https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/users-restrict-guest-permissions (in preview)

    For 3) (MFA) you can use https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-tutorial-require-mfa

    For password complexity I'm not sure you can do it because, to me, it doesn't make sense a tenant manage passwords for external identities.

3 Replies

  • Bastien Perez's avatar
    Bastien Perez
    Brass Contributor

    Hello,

     

    For 1) you can take a look at https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/users-restrict-guest-permissions (in preview)

    For 3) (MFA) you can use https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-tutorial-require-mfa

    For password complexity I'm not sure you can do it because, to me, it doesn't make sense a tenant manage passwords for external identities.