Forum Discussion
App-Approval for Apps assinged via Intune
- Sep 04, 2025
Too bad, this would be a great feature.
I added this to the feedback page - feel free to upvote this:
Hi, as far as I know, there isn't a native configuration like the one in ConfigMgr. However, you could achieve something similar through the Company Portal under "Help & Support" by adding a link for user requests that connects to your ticketing system. A flow similar to this maybe:
Ticket created → Admin approves → API call to add user to group → App deployment
Alternatively, you could use Azure Logic Apps with an HTTP trigger, following a similar approach to the first example.
Good luck!
Thanks for giving this idea for a workarround. It's a pitty there is no native way. Building this workarrounds is not convient neither for admins nor for users.
- Bogdan_GuineaSep 08, 2025Iron Contributor
No problem, I just wanted to add that when native solutions are not supported by default, it's still not a bad idea to integrate them — for example, monitoring systems, ticketing tools, or automation of rights and roles.
Good luck!