Forum Discussion
fbatuns
Sep 02, 2025Iron Contributor
App-Approval for Apps assinged via Intune
Hey there, when deploying Apps via Configuration-Manger (SCCM) there is an Option "An Administrator must approve a request for this application on the Device" where you also got an option for Mai...
Bogdan_Guinea
Sep 02, 2025Iron Contributor
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!
- fbatunsSep 04, 2025Iron Contributor
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.