CSD 2.0 using Intune for software deployment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2025 07:32 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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?