Microsoft Entra Global Secure Access

Configure Web Content Filtering

In brief

Web content filtering also supports two optional rule conditions that enable traffic-aware policy enforcement:

Documentation change

Web content filtering also supports two optional rule conditions that enable traffic-aware policy enforcement:

  • Source traffic type filtering (preview): Scope rules to specific traffic types, such as agent, browser, or application.
  • Source traffic type filtering (preview): Scope rules to specific traffic types, either agent or non-agent.
  • HTTP method request filtering (preview): Block or allow specific HTTP methods, such as GET, POST, PUT, PATCH, and DELETE.

Configure source traffic type filtering (preview)

Source traffic type filtering lets you scope web content filtering rules to specific types of network traffic. You can enforce differentiated policies based on whether traffic originates from an AI agent, a web browser, or an application.

Source traffic type filtering lets you scope web content filtering rules to specific types of network traffic. You can enforce differentiated policies based on whether traffic originates from an AI agent or a non-agent source.

Supported source traffic types

Source type Description
Agent Traffic that originates from AI agents, such as Copilot agents or autonomous AI tools.
Browser Traffic that originates from web browsers.
Application Traffic that originates from desktop or mobile applications.
Unknown Traffic where the source type can't be determined.
Non-agent Traffic that originates from any source other than an AI agent, such as web browsers and applications.

Configure the source traffic type condition

Source traffic type filtering is available only for client-based Global Secure Access connections. This capability depends on the Global Secure Access client sending task and processor metadata to classify traffic. Remote networks don't support source traffic type rules.

Example: Block AI agents from accessing social networking sites

To prevent AI agents from accessing social networking websites while allowing browser and application traffic:

To prevent AI agents from accessing social networking websites while allowing non-agent traffic:

  1. Create a web content filtering policy rule.
  2. Select the SocialNetworking web category.
  3. Enable Source type and select Agent.
  4. Set the policy action to Block.

This configuration blocks AI agent traffic to social networking sites while allowing browser and application users to access the same sites.

This configuration blocks AI agent traffic to social networking sites while allowing non-agent traffic to access the same sites.

Configure HTTP method request filtering (preview)