Aravind Babu Konda
Aravind Babu Konda

Reputation: 113

Can we restrict users from accessing Office 365 (on Azure) from certain IP Addresses?

We are accessing Office 365 Mailbox on Azure cloud from AWS VPC through OAUTH 2.0. How can we impose restriction to allow Office 365 is accessible from only IP Address range of AWS VPC?

Upvotes: 1

Views: 14398

Answers (1)

If you are using an office 365 Mailbox and want to restrict its access for specific IP address , you can achieve it by enabling a Conditional Access Policy based on IP address. You need an either Azure Active Directory P1 or P2 license. Check this link to get details about blocking access via Location based.

You can also impose restriction on the external side if you federation for AUTH process.

Upvotes: 1

Related Questions