We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Integrating with Apple Business Manager for Device management

Alex Rose
Kilo Sage

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?

5 REPLIES 5

Kedarisetti Sre
Tera Contributor

Yes I was able to get the JWT token but I used a different approach. I used Python and MID servers with Powershell step.

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?

Could you please share details how did you configure it.

Kedarisetti Sre
Tera Contributor

Will post the details in a community post later.