Posted on 03-20-2023 08:52 AM
Has anyone had experience with a privilege management solution called "Admin By Request?" If so, how has it worked for you? I am also wondering if it's necessary to create config profiles for approving FDA and its system extension. (I generally create two config profiles for applications that require them: one for PPPC, and one for the system extension. I did create the profiles for ABR, but I don't want to deploy them if they aren't necessary.)
Posted on 03-20-2023 02:02 PM
We haven't purchased and implemented it yet, but in our trial we did NOT have to deploy a PPPC or System Extension profile for ABR to work. It is possible that it might be required for some of the additional functionality but not the admin elevation we tested.
Posted on 03-21-2023 05:33 AM
I'm going to have to look in to this further; I've been looking for something other than the script to allow temporary admin rights. @hodgesji could you expand a little on what you did during the trial and if you ran in to any hiccups along the way?
Posted on 03-21-2023 07:12 AM
Of course! We currently utilize the excellent Privileges app (https://github.com/SAP/macOS-enterprise-privileges) and we have some custom code built for creating and maintaining local access groups on the Mac which prevent unwanted elevation. We also have some custom code and a daemon built out to automatically demote users so we they don't indefinitely get admin access.
We wanted to find a tool that could provide the same functionality as above with the addition of an approval process and differing levels of access depending on context while also provide platform parity across our windows fleet.
In addition to doing the same things as above, we tested the following functionality to make sure ABR met our needs:
The few hiccups in our testing were around the new 4.0 client not connecting to Azure AD properly. We had to work with their development team to get some changes made to the client but I assume that would be ironed out once the new client matures a little. We also were not able to test any branding changes even though we made branding changes in the portal. This could be because we were running a trial, but branding wasn't that important to us anyway.
Posted on 03-21-2023 10:22 AM
@hodgesji Thank you very much for that write up, I think it will help me out tremendously! Being friendly with Jamf Connect and Azure AD are the two main reasons we're looking at ABR in the first place.
Cheers!