Not sure if this makes sense, but here is AI response.
Andy
*****************
To achieve the desired control of restricting macOS devices that are not joined to the AD domain from connecting to the VPN through Endpoint Agent, you are on the right track by referencing the rules described in SK182226. This document outlines how to configure policies to enforce device compliance.
The key parameter you are looking for in this context is the "Domain Membership" check. Specifically, you're aiming to check whether the macOS device is joined to your Active Directory domain, and if it's not, deny access to the VPN.
Here’s a rough outline of what you might need to do:
-
Configure Endpoint Agent Rules:
-
Within the Endpoint Security profile, you will configure rules to check the system's domain membership status.
-
The AD Domain Membership check is generally based on the presence of specific domain-joined attributes (such as the domain, organizational unit, or computer name) on the device. This can be defined within the security policy settings.
-
Custom Rule Configuration:
-
In the relevant rule set, you can define a custom "Domain Membership" condition that ensures that only devices joined to the AD domain can pass the VPN authentication.
-
The AD Domain check will typically use the device’s hostname or domain information as a condition, ensuring that the endpoint meets the necessary domain membership requirement.
-
Testing and Validation:
-
After configuring the rules, make sure to test with devices that are both domain-joined and non-domain-joined to verify the behavior.
-
You can also leverage system logs on the Endpoint Agent to confirm that the domain membership check is correctly being enforced.
If your specific setup involves third-party VPN solutions or additional security layers, the exact parameter name or configuration might differ. That being said, I would recommend reviewing the most recent VPN and Endpoint Agent documentation from your vendor (if applicable) for any updates or specific syntax required.
Best,
Andy