<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

Disable iOS Device Trust on Classic Engine via API

Okta Classic Engine
Multi-Factor Authentication

Overview

This article presents how to disable iOS Device Trust on Classic Engine via API.

Applies To

  • Okta Classic Engine
  • Device Trust
  • iOS

Solution

  1. Pre-requisite: Configure the Postman environment for the Okta tenant. For this step, please see: How to Integrate Postman with Okta.
  2. After the Postman environment was set up for the tenant:
  1. Use this GET call: 
    {{url}}/api/devicetrust/configuration/v2

GET call

  1. Copy the whole body of the response (this might be different depending on other settings).

response body

  1. Use the same call but switch it to POST.
  2. Paste the response body to the body (raw) of the new POST call.
  3. Modify the true value to false to disable Device Trust for iOS for the below: 
    "ios": {
     "enabled": true, 

     

iOS enabled
  1. Click on Send. A 200 response should be received.
200 ok status
 
 
Loading
Okta Support - Disable iOS Device Trust on Classic Engine via API