Integrating with Microsoft Azure AD
- Log in to the Microsoft Azure Portal.
- Click the Azure Active Directory in the left sidebar.
- Click App registrations, and then click new registration.
- Enter Jamf Connect or something similar the Name field.
- Select Accounts in this organizational directory only in Supported account types.
- Choose Redirect URI pop-up menu, and then enter a valid URI, such as https://127.0.0.1/jamfconnect, in the Redirect URI field. from the
- Click Register.
You can now edit the app registration to grant admin consent for API calls and modify authentication settings.
Granting Admin Consent for API Calls in Azure AD
- Navigate to your Jamf Connect app registration.
- From the Manage section in the sidebar, click API permissions.
- In Grant Consent settings, click Grant admin consent for your company and then click Yes when prompted.
Modifying App Authentication Settings in Azure AD
Assigning Users
You can assign users to the application if you want to limit access. By default, any user in any domain can authenticate to the application. You can also do the following:
Hide Jamf Connect from users. This limits a user's interaction with the application to the loginwindow of a computer.
Grant admin consent for your organization. This can be done in the "Permissions" section of the application settings.
To ensure the User & groups tab is not unexpectedly hidden, make sure the Allow public client flows setting in Authentication settings is temporarily switched to No. After you assign users to the Jamf Connect app, you can re-enable this setting.
Designating App Roles
You can create users as local admins on computers by using app roles defined in Azure. To create roles, you will need to edit the application manifest.
You can also edit app roles by using Microsoft Azure's registered app roles UI that is in preview. To use the preview UI instead, navigate to your app registration and from the Manage section in the sidebar, click App roles | Preview.
You can now explicitly add users to the application and define roles. By default, users with the admin role will be created as local admins on a computer unless the CreateAdminUser
preference key is enabled, making all users admins. The list of roles that allow a user to be an admin can also be enabled with the OIDCAdmin
preference key. To add roles to a user's Azure token, you must require User Assignment in the application properties.
If you are using Jamf Connect with Automated Device Enrollment (formerly DEP), remove this application from any conditional access controls. The user will be signing in to the computer before conditional access can be instantiated.
Enforcing Conditional Access Policies
If your organization uses Microsoft Conditional Access policies and wants to enforces those polices in Jamf Connect, you must add a web platform redirect URI to your Jamf Connect app registration. This allows Azure AD to recognize Jamf Connect as a cloud application that can be included in a Conditional Access policy.
An app registration for Jamf Connect in Azure AD
Require device to be marked as compliant
Require Hybrid Azure AD joined device
Require approved client app
Require app protection policy