Open lashomb opened 3 months ago
Allowing Managed Apple Accounts to only be used on managed devices.
Apple has a GetToken API that facilitates this.
For the service type com.apple.maid, the Apple Identity Service requests this token when a Managed Apple ID is signing in. It’s used to verify that the Managed Apple ID belongs to the same organization as the MDM server that enrolled the device.
Related: https://github.com/fleetdm/fleet/issues/19448 https://github.com/fleetdm/fleet/issues/18119 https://github.com/fleetdm/fleet/issues/19329
timeline for customer is q1 2025
This is critical for supporting Apple account-driven MDM enrollment.
This is related to #22529
Problem
Allowing Managed Apple Accounts to only be used on managed devices.
Proposed Solution
Apple has a GetToken API that facilitates this.