This article describes how to fully disable Office 365 Provisioning.
- Office 365 Provisioning
- Disable Provisioning
- Okta Integration Network (OIN)
- Okta Classic Engine
- Disable Provisioning for Office 365 in Okta:
- Navigate to Applications > Applications > Office 365 > Provisioning > Integration.
- Uncheck Enable API integration > click Save.
- Disable DirSync using the PowerShell command:
-
Set-MsolDirSyncEnabled -EnableDirSync $false.- If needed, use this Microsoft Article for guidance on connecting to Office 365 with PowerShell.
NOTE: According to this Microsoft article, the deactivation may take 72 hours to complete. The time depends on the number of objects in the cloud service subscription account.
