Ask the Community
Groups
How do I remove Passly SSO Federation from an Office 365 Domain? - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>Disconnecting Passly from your Federated Office 365 domain.</p> <ol><li>Log into your Passly Tenant.</li> <li>Select <strong>SSO Manager</strong>.</li> <li>Select the <strong>Office 365</strong> app.</li> <li>Uncheck <strong>Manage Office 365 Federation Automatically</strong>.</li> <li>Select <strong>Disconnect</strong>.<br><img src="https://us.v-cdn.net/6032361/uploads/migrated/OHEM37AB3TOD/screenshot-1.png" alt="" class="embedImage-img importedEmbed-img"></img></li> </ol><p><strong>Note</strong>: Disconnecting Office 365 could take up to 72 hours to complete as Microsoft's servers replicate the changes.</p> <p>If that fails to disconnect then please see the following.</p> <p>To remove federation manually you will need to do it via <strong>PowerShell</strong>.</p> <p>Open <strong>Powershell </strong>as an <strong>administrator</strong> then run these commands:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">Install-Module -Name AzureAD <br>Install-Module MSOnline <br>Connect-MsolService (Prompts for a logon, requires .onmicrosoft account)<br>Set-MsolDomainAuthentication -Authentication Managed -DomainName <strong><<em>YourDomain.com</em>></strong></pre> <div><strong>Note</strong>: 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.</div> <p> This process will prompt for your *.onmicrosoft.com account credentials to set the defined domain name (<em>YourDomain.com</em>) back to standard passwords instead of federated single-sign on.</p> </article> </main>