Documentation Index

Fetch the complete documentation index at: https://support.appgate.com/llms.txt

Use this file to discover all available pages before exploring further.

macOS

Prev Next
  1. Create the following shell file on your machine and name it intune_device_id.sh:

#!/bin/sh
echo $(security find-certificate -a | awk -F= '/issu/ && /MICROSOFT INTUNE MDM DEVICE CA/ { getline; print $2}' | tr -d '"' 2>/dev/null)
  1. In the AppGate ZTNA admin UI, go to Identity and then Device Claim Scripts.

  2. Click + Add New and fill in the following fields:

    • Name: mac_intune_id

    • File: Upload the file intune_device_id.sh

  3. Click Save.

  4. Go to Identity and then Identity Providers.

  1. Select the identity providers you use to authenticate your users. Scroll down to Configure On-demand Device Claims and click + Add.

  2. Fill in the following fields:

Field

Value

Command

Run Device Claim Script

Device Claim Script

intune_device_id

Arguments

Leave blank

Claim Name

intuneDid

Platform

All macOS devices

  1. Click Done, then click Save.

NOTE

For this device claim to take effect, the end user must log out of the AppGate ZTNA client and log back in.