OnSecurityEventEnterpriseConnector

Configuration policy for Microsoft Edge for Business Reporting Connectors

Supported versions

  • Windows: ≥ 139
  • macOS: ≥ 149
  • Android: ≥ 149
  • iOS: ≥ 149

Description

Defines the Microsoft Edge for Business Reporting Connectors service settings that apply when a security event occurs in Microsoft Edge. These events include negative verdicts from Data Loss Prevention Connectors, password reuse, navigation to unsafe pages, and other security-sensitive actions.

The service_provider field specifies the reporting service provider. The enabled_event_names field lists the security events enabled for that provider.

This policy requires additional setup to take effect. For configuration guidance, see https://go.microsoft.com/fwlink/?linkid=2325446.

Supported features

  • Can be mandatory: Yes
  • Can be recommended: No
  • Dynamic Policy Refresh: Yes
  • Per Profile: Yes
  • Applies to a profile that is signed in with a Microsoft account: No

Data type

  • Dictionary

Windows information and settings

Group Policy (ADMX) info

  • GP unique name: OnSecurityEventEnterpriseConnector
  • GP name: Configuration policy for Microsoft Edge for Business Reporting Connectors
  • GP path (Mandatory): Administrative Templates/Microsoft Edge
  • GP path (Recommended): N/A
  • GP ADMX file name: MSEdge.admx

Example value

[{"enabled_event_names": ["passwordChangedEvent", "sensitiveDataEvent"], "enabled_opt_in_events": [{"name": "loginEvent", "url_patterns": ["*"]}, {"name": "passwordBreachEvent", "url_patterns": ["example.com", "other.example.com"]}], "service_provider": "microsoft"}]

Registry settings

  • Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge
  • Path (Recommended): N/A
  • Value name: OnSecurityEventEnterpriseConnector
  • Value type: REG_SZ

Example registry value

[{"enabled_event_names": ["passwordChangedEvent", "sensitiveDataEvent"], "enabled_opt_in_events": [{"name": "loginEvent", "url_patterns": ["*"]}, {"name": "passwordBreachEvent", "url_patterns": ["example.com", "other.example.com"]}], "service_provider": "microsoft"}]

Expanded example registry value

[
  {
    "enabled_event_names": [
      "passwordChangedEvent",
      "sensitiveDataEvent"
    ],
    "enabled_opt_in_events": [
      {
        "name": "loginEvent",
        "url_patterns": [
          "*"
        ]
      },
      {
        "name": "passwordBreachEvent",
        "url_patterns": [
          "example.com",
          "other.example.com"
        ]
      }
    ],
    "service_provider": "microsoft"
  }
]

Mac information and settings

  • Preference Key name: OnSecurityEventEnterpriseConnector
  • Example value:
<key>OnSecurityEventEnterpriseConnector</key>
<array>
  <dict>
    <key>enabled_event_names</key>
    <array>
      <string>passwordChangedEvent</string>
      <string>sensitiveDataEvent</string>
    </array>
    <key>enabled_opt_in_events</key>
    <array>
      <dict>
        <key>name</key>
        <string>loginEvent</string>
        <key>url_patterns</key>
        <array>
          <string>*</string>
        </array>
      </dict>
      <dict>
        <key>name</key>
        <string>passwordBreachEvent</string>
        <key>url_patterns</key>
        <array>
          <string>example.com</string>
          <string>other.example.com</string>
        </array>
      </dict>
    </array>
    <key>service_provider</key>
    <string>microsoft</string>
  </dict>
</array>

Android information and settings

  • Preference Key name: OnSecurityEventEnterpriseConnector
  • Example value:
[{"enabled_event_names": ["passwordChangedEvent", "sensitiveDataEvent"], "enabled_opt_in_events": [{"name": "loginEvent", "url_patterns": ["*"]}, {"name": "passwordBreachEvent", "url_patterns": ["example.com", "other.example.com"]}], "service_provider": "microsoft"}]

iOS information and settings

  • Preference Key name: OnSecurityEventEnterpriseConnector
  • Example value:
<key>OnSecurityEventEnterpriseConnector</key>
<array>
  <dict>
    <key>enabled_event_names</key>
    <array>
      <string>passwordChangedEvent</string>
      <string>sensitiveDataEvent</string>
    </array>
    <key>enabled_opt_in_events</key>
    <array>
      <dict>
        <key>name</key>
        <string>loginEvent</string>
        <key>url_patterns</key>
        <array>
          <string>*</string>
        </array>
      </dict>
      <dict>
        <key>name</key>
        <string>passwordBreachEvent</string>
        <key>url_patterns</key>
        <array>
          <string>example.com</string>
          <string>other.example.com</string>
        </array>
      </dict>
    </array>
    <key>service_provider</key>
    <string>microsoft</string>
  </dict>
</array>

See also