pdf icon
Category Filter

Integrate Okta with MDM 

Okta, is a cloud based identity and access management solution that provides directory services to make device enrollment and user management simpler. By integrating Okta with MDM, you can enable Single Sign On for users to login to the MDM console, AD based authentication etc.

Integration Procedure

You need to follow the steps below to integrate your Okta directory with MDM:

  1. On the MDM console, navigate to Enrollment > Directory Services.
  2. Click on Add Domain and select Okta.
  3. Sign in to your Okta organization as a user with administrator privileges.
  4. Provide Org URL from the top right corner of your dashboard (excluding "https://"). Your Org URL will look like this:
    • example.oktapreview.com
    • example.okta.com
    • id.example.com, if you have configured a custom URL domain.
  5. okta_integration_1

    okta_integration_1

  6. If OAuth is not configured, you will get an error message saying "OAuth App details are not yet configured". Click on here to configure OAuth.
  7. Click on Admin to navigate to the Okta Admin portal.
  8. okta_integration_1

  9. Go to Applications and then click on Create App Integration.
  10. okta_integration_1

    okta_integration_1

    • Select OIDC - OpenID Connect as Sign-in method and Web Application as Application type.
    • Click on Next.
    • Enable Refresh Token option and enter the Redirect URI obtained from the MDM server.

    okta_integration_1

    • Under Assignments choose the appropriate option as applicable.

    okta_integration_1

    • Upon clicking Save, a new set of Client ID and Client Secret will be generated which is to be copied and pasted back on the MDM server.

    okta_integration_1

    • Under Okta API scopes, grant the following oAuth scope permissions:
      • okta.groups.read
      • okta.users.read
      • okta.users.read.self

    okta_integration_1

    • Once you have entered the Client ID and Client Secret on the MDM server, click on Integrate.

Now the Okta will be successfully integrated with the MDM server. After this, you can make use of Okta credentials for authenticating users during enrollment and allowing users to login to the MDM console via Single Sign-On (SSO).

Old Integration Procedure

You need to follow the steps below to integrate your Okta directory with MDM:

  1. On the MDM console, navigate to Enrollment > Directory Services.
  2. Click on Add Domain and select Okta.
  3. okta_integration_1

  4. Sign in to your Okta organization as a user with administrator privileges.
  5. Provide Org URL from the top right corner of your dashboard (excluding "https://"). Your Org URL will look like this:
    • example.oktapreview.com
    • example.okta.com
    • id.example.com, if you have configured a custom URL domain.
  6. okta_integration_1

    okta_integration_1

  7. Click on Admin to navigate to the Okta Admin portal.
  8. Go to Security.
  9. okta_integration_1

  10. Go to API.
  11. okta_integration_1

  12. Click on Tokens.
  13. okta_integration_1

  14. Click on Create token.
  15. okta_integration_1

  16. Give a name to your token.
  17. okta_integration_1

  18. Copy the Token Value.
  19. okta_integration_1

  20. Paste the Token Value and click on Integrate.
  21. okta_integration_1

  22. Okta will now be successfully integrated with the MDM server.
  23. okta_integration_1

Jump To