So, we have some users that need admin on mac and others that don't.
Does anyone have a Jamf Connect example configuration with Azure to manage those different user groups?
<key>CreateAdminUser</key>
<true/>
...
<key>OIDCAdmin</key>
<array>
<string>Admin</string>
<string>Mac_Local_Admin</string>
<string>Pro_Admin</string>
<string>Users</string>
</array>