Skip to main content
Solved

Jamf Connect Demoting Admin User to Standard Account

  • November 27, 2019
  • 3 replies
  • 56 views

Forum|alt.badge.img+3

Using regular local user accounts with Jamf Connect (Azure). Not mobile, or network accounts.

When first logging in to machine with Connect, the local user account is created as an admin (per Jamf Login config) as expected. When the computer is restarted, the account is demoted to a Standard account until manually given admin rights. We want admin rights to be permanent.

I see this line in the Connect Login logs:
NoLoSwiftMech: Removing user from admin group

Any ideas? Thanks!

Best answer by kowsar_ahmed

Use OIDCAdmin attribute to specify this, we grant admin rights via admin group using: OIDCAdmin : Security group
OIDCAdminAttribute: Groups
For Azure it should be much easier. This does a check on the accounts when they log in and revokes any users not in the group, however just log a support call as i presume they have a key to leave every user as admin..

3 replies

Forum|alt.badge.img+8
  • Valued Contributor
  • Answer
  • November 27, 2019

Use OIDCAdmin attribute to specify this, we grant admin rights via admin group using: OIDCAdmin : Security group
OIDCAdminAttribute: Groups
For Azure it should be much easier. This does a check on the accounts when they log in and revokes any users not in the group, however just log a support call as i presume they have a key to leave every user as admin..


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • November 27, 2019

Thanks! I didn't realize that you had to specify that users remain admins. Actually just ended up using this since users are set as admins initially:

<key>OIDCIgnoreAdmin</key>
<true/>


Forum|alt.badge.img+12
  • Valued Contributor
  • September 15, 2020

Though I would reply to this to say that this OIDCIgnoreAdmin key is necessary for those using GSuite as an authentication service. Since you can't use group membership to determine admin rights.