Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download this PowerShell script :  setup-o365-sso.ps1, save  save it in the same folder as the IdP metadata file.

...

Expand
titleConnect to Office 365 Powershell

Include Page
Connect to Office 365 PowerShell [365]
Connect to Office 365 PowerShell [365]


Run the following command in Office 365 PowerShell 

...

Code Block
languagepowershell
get-MsolDomainFederationSettings -domain 'domain name'

To reset Office 365 authentication and change it back to the managed authentication, run the following command:

Code Block
languagepowershell
Set-MsolDomainAuthentication -domainName 'domain name' -Authentication Managed