Forum Discussion
Jeff Walzer
May 25, 2021Iron Contributor
Can I automate blocked IPs for Azure AD Conditional Access?
Is it possible to automate the populating a blocked IP threat list for an Azure AD conditional access policy? If so, how would this be accomplished? Thx
- May 26, 2021Sure, you can use the Graph API: https://docs.microsoft.com/en-us/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0&tabs=http
VasilMichev
May 26, 2021MVP
Sure, you can use the Graph API: https://docs.microsoft.com/en-us/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0&tabs=http
Jeff Walzer
May 26, 2021Iron Contributor
TYVM!