Privilege control
In this example, logging in to Microsoft Outlook is blocked by the privilege control settings in the inline CASB profile.
To configure an inline CASB profile with privilege control in the GUI:
-
Configure the inline CASB profile:
-
Go to Security Profiles > Inline-CASB and click Create new.
-
Enter a Name, such as outlook_test.
-
In the SaaS Applications table, click Create new. The Create SaaS Application Rules pane opens.
-
Search Outlook and select the Microsoft application, then click Next.
-
In the Privilege Control table, select login and from the Set Action dropdown, select Block.
-
Click OK to save the rule.
-
Click OK to save the CASB Profile.
-
-
Configure the firewall policy:
-
Go to Policy & Objects > Firewall Policy. Edit an existing policy, or create a new one.
-
Set the Inspection Mode to Proxy-based.
-
In the Security Profiles section, enable Inline-CASB and select the outlook_test profile.
-
Set the SSL Inspection profile to one that uses deep inspection.
-
Configure the other settings as needed.
-
Click OK.
-
To configure an inline CASB profile with privilege control in the CLI:
-
Configure the inline CASB profile:
config casb profile edit "outlook_test" config saas-application edit "microsoft" config access-rule edit "microsoft-login" set action block next end next end next end -
Configure the firewall policy:
config firewall policy edit 6 set name "casb_test" set srcintf "port1" set dstintf "port3" set action accept set srcaddr "all" set dstaddr "all" set schedule "always" set service "ALL" set utm-status enable set inspection-mode proxy set ssl-ssh-profile "ssl" set casb-profile "outlook_test" set nat enable next end
To test the configuration:
-
Open a browser and attempt to access the Outlook login page.
-
The traffic is blocked by the firewall policy. The browser displays a replacement message: Blocked by Inline CASB Control.
Sample log:
1: date=2026-04-07 time=17:07:45 eventtime=1775606865001260027 tz="-0700" logid="2500010000" type="utm" subtype="casb" eventtype="casb" level="warning" vd="root" policyid=6 poluuid="23fa6e58-fd3a-51f0-fcba-755a1c0b5610" sessionid=440036 srcip=13.13.13.13 dstip=40.126.24.83 srcport=45698 dstport=443 srcintf="port1" srcintfrole="undefined" srcuuid="1c9e034e-72bc-51f0-4866-42e7eacff7bb" dstintf="port3" dstintfrole="undefined" dstuuid="70b43f6e-1e2b-51f1-c748-c3c24466ed2e" proto=6 url="https://login.microsoftonline.com/favicon.ico" action="block" profile="outlook_test" saasapp="microsoft" useractivity="microsoft-login" subaction="monitor" tenantmatch="missed" activitycategory="activity-control" msg="CASB access was blocked because it contained banned activity."