Forum Discussion
Can we restrict Users from accessing Office 365 (on Azure) from certain IP address?
We are accessing office 365 Mailbox on Azure cloud from AWS Virtual Private cloud through OAUTH 2.0. How can we impose restriction to allow Office 365 is accesible from only IP Address range of AWS VPC?
10 Replies
- AravindKondaTin Contributor
I meant certain IP addressesAravindKonda
You either need to use Conditional Access (https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/howto-conditional-access-policy-location) or redirect the auth process to some external system (federation) and impose the restrictions there.
- AravindKondaTin Contributor
VasilMichev Regarding conditinal access I went through documentation. When using location settings we can specify access requests from particular IP addresses or countries to be blocked . This is what I found in documentation , is it possible to specify settings other way like to allow requests from only certain IP adddresses , if it comes from any other IP addresses (not specified) requests shuld be blocked.