Creating a Jamf Connect Configuration Profile

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

  1. In Jamf Connect Configuration, click the + icon at the bottom-left of the window.
  2. Name your new configuration by clicking on it in the sidebar.
  3. Click the Identity Provider tab.
  4. Select "Microsoft Entra ID" in the Identity Provider menu.
  5. Enter the application ID of the public application you created in Creating an App Registration Using a New API Permission in the OIDC Client ID and ROPG Client ID fields.
  6. Enter the universally unique identifier (UUID) of the tenant for your Entra ID instance in the Tenant ID field.
  7. Combine the scope you saved in Creating an App Registration with a Custom API with +openid+profile+email and enter the new scope in the OpenID Connect Scopes field.

    The new scope should look similar to the following: api://[RANDOM UUID STRING]/jamfconnect+openid+profile+email

  8. (Optional) Enter https://127.0.0.1/jamfconnect in the OIDC Redirect URI field.
  9. Click Test and select OIDC test.

    Confirm that your test user was prompted for multifactor authentication before receiving a token.

  10. For testing purposes, remove the scope created in Step 7.
  11. Click Test and select ROPG test.

    Confirm that your test user receives a success message that reads "Your configuration seems to be working."

  12. Add the scope from Step 7 back to the OpenID Connect Scopes field.