<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Reinstall Device Trust without Jamf Pro on macOS
Okta Classic Engine
Okta Identity Engine
Administration
Overview

This article describes how to reinstall Device Trust without Jamf Pro on macOS.

Applies To
  • Device trust
  • Jamf Pro
  • Troubleshoot Device Trust
  • macOS
Solution

Create a Device Trust enrollment script:

  1. Download the device trust script from Okta Admin > Settings > DownloadsOkta Device Registration Task (Python script) > Download script.

  2. Edit the script and add the Org token (obtained from Okta while configuring macOS Device Trust) and Okta URL value:

###################################################################### Org Configuration: Configure you organization URL and TokenORG_TOKEN = '{$ORG_TOKEN$}'URL = '{$URL$}'#####################################################################

  1. Use the updated script to remove the Device Trust certificate from the machine:

    1. Open the terminal and navigate to the directory that contains the script.

    2. Run the following command: python <fileName>.py uninstall

  2. To reinstall Device Trust without Jamf Pro, run the following command: python <fileName>.py install.

These steps can be used to test Device Trust enrollment on a single machine and can help with troubleshooting Device Trust issues. 

Loading
How to Reinstall Device Trust without Jamf Pro on macOS