Forum Discussion

dilanmic's avatar
dilanmic
Iron Contributor
Sep 14, 2022
Solved

Enforce MFA when user download sensitive document

Hi All,

 

I have tested the scenario, Block download using custom session based conditional access policy in Cloud Apps. However, I was wondering whether we can enforce MFA when user download sensitive documents rather than blocking the download.

 

I would appreciate the help!

 

Thanks in advance,

Dilan

5 Replies

  • dilanmic's avatar
    dilanmic
    Iron Contributor
    Thank you all for the explanations and value comments. this is actually one of my clients requiement.
    • Doug_San's avatar
      Doug_San
      Icon for Microsoft rankMicrosoft

      Like VasilMichev and Keith_Fleming said, authentication context can help here, as long you are using Azure AD Conditional Access to send the user session for Defender for Cloud apps.
      One minor observation:
      Although you can do this at the SPO site level, you don't need to. You can invoke re-authentication via authentication context as an action of file inspection. 
      In other words, after you configure Azure AD authentication context polices to require MFA, you can change the action on your session police from "Block" to "Require step-up authentication" and map to the policy you created in Azure AD.

      The only caveat is that if the user has already performed MFA before, granted that everything remains the same, (user in good state/same device/browser) the MFA prompt will be satisfied silently by cached token in the computer/browser.

      • Doug_San I'm sorry but I don't understand your post here. The whole idea of step-up authentication is that you'd like to force another MFA prompt even though you have a valid claim. Please elaborate 🙂

Resources