Forum Discussion
Applying Conditional Access to Allow traffic from only trusted IP addresses
Hi, yes you can allow access to M365 services with CA based on trusted locations and IP address ranges as described here - https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/location-condition#location-condition-in-policy
- AravindKondaOct 14, 2020Copper Contributor
PeterRising Application is registered to run as background service or daemon without a signed-in user. The application is accessed from AWS cloud through Oauth2.0 authentication. Can conditional access be still applied?
- PeterRisingOct 14, 2020MVP
- AravindKondaOct 14, 2020Copper Contributor
PeterRising Just got to know that conditional access is only allowed at user login level , not for application logging level. We are accesing mailboxes through our application , I found way of applying IP address restrction at Exchange level. Just checking if we do have any other possible solution , as we are trying to avoid applying restrictions at Exchange level. We are using MS Graph API calls for accessing mailbox. Please let me know if there is any another way.