The CreatorCon Call for Content is officially open! Get started here.

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?