Restrict external and Guest access by country / IP

Iron Contributor

We have a requirement to block communication with specific countries / allow only specific countries due to regulations

 

Is there a way to get the IP addressed of the users that we have access as external users?

 

Is there a way to get the IP addressed of the users that we have access as Guest users?

 

 

1 Reply

@Yoav Crombie You have two options:

Azure AD Access Reviews: What are access reviews? - Azure Active Directory | Microsoft Docs

This is a governance identity feature to make sure only the right people have continued access. Of course you can get the IP addresses from guest users in the Azure portal (Azure Active Directory - Activitiy - Sign-In Logs). But IP addresses can be changed by VPN or other services around the globe and it's hard to control that.

 

For this case, you can use Conditional Access and define the IP range (it's called named locations) where users and/or guests are allowed to sign-in: Block access by location with Azure AD Conditional Access - Power Platform | Microsoft Docs