Versions Compared

Key

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

...

Enable Federation SSO in Office 365

Now, follow the steps below:

Connect to Office 365 Powershell as shown below:

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 
.\setup-federation.ps1 SAMLP your-domain-name dualshield-idp-metadata.xml

To verify that the change was successful, run the following command:
get-MsolDomainFederationSettings -domain your-domain-name

...