Disable iOS Device Trust on Classic Engine via API
Last Updated:
Overview
This article presents how to disable iOS Device Trust on Classic Engine via API.
Applies To
- Okta Classic Engine
- Device Trust
- iOS
Solution
- Pre-requisite: Configure the Postman environment for the Okta tenant. For this step, please see: How to Integrate Postman with Okta.
- After the Postman environment was set up for the tenant:
- Use this GET call:
{{url}}/api/devicetrust/configuration/v2
- Copy the whole body of the response (this might be different depending on other settings).
- Use the same call but switch it to POST.
- Paste the response body to the body (raw) of the new POST call.
- Modify the true value to false to disable Device Trust for iOS for the below:
"ios": { "enabled": true,
- Click on Send. A 200 response should be received.
