Cloud SWG is integrated with Azure IdP for SAML authentication.
Cloud SWG content filter policy is configured to block example.com site for security group name GroupA.
user1 is direct member of GroupB.
GroupB is a member of GroupA.
Expected result as per customer: For user1 example.com site should be blocked.
Actual result: For user1 example.com site was not blocked.
Cloud SWG
SAML auth with Azure IdP
Azure IdP application was configured to restrict the group claims to groups that are assigned to the application.
Azure behavior w.r.t. nested groups:
Reference links: Configure group claims for applications by using Microsoft Entra ID
Make sure that user is direct member of that group (i.e. in this case GroupA which is referenced in policy) when group claim is configured with groups that are assigned to the application.