Integrating with Apple Business Manager for Device management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 10:45 AM - edited 01-21-2026 10:46 AM
Hello,
I am trying to integrate with Apple Business Manager to import mobile device data into the CMDB. The ABM API uses OAuth2 with JWT for authentication, and requires that the client assertion be signed with the ES256 algorithm.
I followed this post to generate the client assertion. When I try to use the client assertion to retrieve an access token, I get the error invalid_client.
Has anyone successfully integrated with the Apple Business Manager API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes I was able to get the JWT token but I used a different approach. I used Python and MID servers with Powershell step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi, I tried using Python but couldn't get the script included in Apple's documentation to work on my Windows MID server. Could you share more details of how you got it working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Could you please share details how did you configure it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Will post the details in a community post later.

