<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
Deleting the Microsoft Office 365 Application without Removing the Federation
Okta Integration Network
Overview
Do not delete a federated Microsoft Office 365 integration from Okta without first removing the federation.
Applies To
  • Microsoft Office 365 (O365)
  • Federation
  • WS-Fed
  • Delete Integration
Cause
If the Office integration is deleted without removing the federation, the Microsoft users will still be redirected to Okta for re-authentication. Since the application is no longer available, users cannot access any federated Microsoft resources.
Solution

NOTE: An admin should use these commands at their own risk to convert a federated domain to a non-federated domain. Before performing any of the commands below, Okta highly recommends reading Microsoft's documentation to better understand their use and capabilities.

  1. Connect to the Office 365 instance via PowerShell.

  2. Once connected, run the following PowerShell cmdlet to change Federation Authentication from Federated to Managed: Set-MsolDomainAuthentication - DomainName <YourO365Domain.com> Authentication managed.

  3. To check Federation status, run this cmdlet: Get-MsolDomainFederationSettings -DomainName <YourO365Domain.com>.

Related References

Loading
Deleting the Microsoft Office 365 Application without Removing the Federation