Forum Discussion
JeremyTBradshaw
Jun 10, 2020Iron Contributor
Intune Graph API permissions - no Application permissions - why?
I'm hoping to gain an understanding why all Intune Graph resources and actions only allow Delegated permissions. This essentially means no unattended administration available, at least not App-only....
- Jun 10, 2020Application support for all Intune endpoints have been added, but it's still in the beta Graph though
https://docs.microsoft.com/en-us/graph/api/resources/intune-device-mgt-conceptual?view=graph-rest-beta
Thijs Lecomte
Jun 10, 2020Bronze Contributor
Application support for all Intune endpoints have been added, but it's still in the beta Graph though
https://docs.microsoft.com/en-us/graph/api/resources/intune-device-mgt-conceptual?view=graph-rest-beta
https://docs.microsoft.com/en-us/graph/api/resources/intune-device-mgt-conceptual?view=graph-rest-beta
JeremyTBradshaw
Jun 10, 2020Iron Contributor
Thijs Lecomte Thanks for the info, this is great.
I wonder how/when this will factor into the Intune PowerShell SDK. I suppose they Connect-MSGraph cmdlet from the module/SDK will just need to get some client credential flow functionality added.
- Thijs LecomteJun 10, 2020Bronze ContributorI wouldn't get your hopes up that the Powershell cmdlets will support application permissions
The Graph API is rather easy to use and I would recommend looking into this.
As the Graph API has support for features much earlier than the Powershell SDK- JeremyTBradshawJun 10, 2020Iron ContributorGood advice and duly noted. I've got a mini module ready to go for easy app-only certificate authentication to Graph so good there. Incidentally, I tested the beta remoteLock, and it seems to not work. Will need to test a bit I guess, or wait if it is truly just not working yet.
- Thijs LecomteJun 11, 2020Bronze ContributorKnow that beta channel contain some bugs, but it should a a minimum
Let me know if it doesn't work, I'll try to test as well