App version (CFBundleShortVersionString) and App bundle ID (CFBundleIdentifier) required for deploying the WSS agent on macOS using Intune.
To retrieve key information about the WSS (Web Security Service) Agent installed on a macOS device:
Locate the WSS Agent Application:
Navigate to the Applications folder.
Locate the WSS Agent app.
Access the Package Contents:
Right-click on the WSS Agent app and select "Show Package Contents."
This will reveal the internal structure of the application package.
Locate the info.plist File:
Within the package contents, navigate to:
Open the info.plist file using a text editor or Xcode (preferred for formatted view).
Extract Key Details:
In the info.plist file, you can find important application metadata, such as:
App Version:
Look for the key CFBundleShortVersionString
(e.g., "7.3.1")
Bundle Identifier:
Look for the key CFBundleIdentifier
(e.g., "com.symantec.wssa")
If you're planning to deploy the WSS Agent via a Mobile Device Management (MDM) solution, such as Jamf, Intune, or Kandji, Apple mandates specific configuration details (e.g., TeamIdentifier, BundleIdentifier, etc.) for app-based kernel extension approvals and system extension settings.
All required values and deployment instructions are officially documented by Broadcom here:
🔗 Deploying WSS Agent on macOS via UEM/MDM (Broadcom TechDocs)
This guide includes:
Necessary privacy preferences policies
System extension identifiers
Sample configuration profiles
Step-by-step guidance for popular UEM platforms