You can map Jamf Connect's user role settings to the app roles in Entra ID for account creation. Keep the following in mind:
The
OIDCAdminAttributesetting must be set toroles.The
OIDCAdminsetting specifies which user roles (or groups) configured in Entra ID become local administrators during account creation. This must match your app role's Value field.
<key>OIDCAdminAttribute</key>
<string>roles</string>
<key>OIDCAdmin</key>
<array>
<string>administrator</string>
</array>When a user assigned to an administrator role logs in to a Mac computer via the Jamf Connect login window, their local account is now created as a a local administrator. Users that are not assigned an administrator role are created as standard users on computers.
To disable all role-based account creation with Jamf Connect, you can use the Ignore Roles (OIDCIgnoreAdmin) setting.