...
Enable Federation SSO in Office 365
Now, follow the steps below:
Connect to Office 365 Powershell as shown below:
| Expand | ||||||
|---|---|---|---|---|---|---|
| ||||||
|
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
...