A new Flexera Community experience is coming on November 25th. Click here for more information.
We are preparing to do an AppBroker installation. The client has asked for details about why the App Portal service account needs EXECUTE permission on the SCCM site database.
Would someone provide detail of what functions and store procedures are executed, what happens and why?
Jan 17, 2020 03:59 PM
There is one function in particular that I know is used to get the list of available applications when creating catalog items (though I don't recall the exact name of it). However, my understanding is that there are other functions and stored procedures used as well. The reason we require more general EXECUTE permission is that we don't have a definitive list of the functions and stored procedures that App Broker uses. Also, Microsoft could potentially add others in the future that Flexera may want to leverage for new functionality.
What I do know is that the functions/stored procedures that are used are only "selecting" data. We do not perform any "writes" through SQL. All write-related activity is done through ConfigMgr's WMI SDK calls, which is the reason for the console permissions. On that note, I'm sure I've said this in other conversation threads, but within Flexera Services, we almost never give the account Full Admin in the ConfigMgr console. We generally use Application Administrator and Operating System Deployment Manager roles. I've yet to hit a use case that didn't work with those two roles.
Jan 17, 2020 05:23 PM