- Microsoft Office 365 (O365)
- Federation
- WS-Fed
- Delete Integration
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.
-
Connect to the Office 365 instance via PowerShell.
-
Once connected, run the following PowerShell cmdlet to change Federation Authentication from Federated to Managed:
Set-MsolDomainAuthentication- DomainName <YourO365Domain.com> Authentication managed. -
To check Federation status, run this cmdlet:
Get-MsolDomainFederationSettings-DomainName <YourO365Domain.com>.
