Disconnecting Passly from your Federated Office 365 domain.
- Log into your Passly Tenant.
- Select SSO Manager.
- Select the Office 365 app.
- Uncheck Manage Office 365 Federation Automatically.
- Select Disconnect.
Note: Disconnecting Office 365 could take up to 72 hours to complete as Microsoft's servers replicate the changes.
If that fails to disconnect then please see the following.
To remove federation manually you will need to do it via PowerShell.
Open Powershell as an administrator then run these commands:
Install-Module -Name AzureAD
Install-Module MSOnline
Connect-MsolService (Prompts for a logon, requires .onmicrosoft account)
Set-MsolDomainAuthentication -Authentication Managed -DomainName <YourDomain.com>
Note: Do not use convert-MsolDomainToStandard as this command is only used with ADFS 2.0. It will not work to convert an AuthAnvil Single Sign On federated domain. Type get-help Set-MsolDomainAuthentication -detailed for more information on this command.
This process will prompt for your *.onmicrosoft.com account credentials to set the defined domain name (YourDomain.com) back to standard passwords instead of federated single-sign on.