Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

CSD 2.0 using Intune for software deployment

priyeshm
Tera Contributor

Hi,

 

I am working on using CSD 2.0 using Microsoft Intune to deploy the software .I have done the application registration in Azure and set up the Microsoft Intra and Intune spoke and OAuth configuration.

The grant type for OAuth is "Authorization Code" , can someone please guide on the OAuth token generation, do I need to create separate user account in Azure for this, please let me know the kind of access to be given for this account to perform software deployment using Intune.

 

Regards

Priyesh

1 REPLY 1

ivaroen
Tera Expert

Hi - I used Client Credentials and added scope https://graph.microsoft.com/.default

After this I was able to generate a token and fetch all the data from Intune. Tried this?