Versions Compared

Key

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

...

Enable SSO Federation in Office 365

Run Windows PowerShell as administrator

If you had to download the metadata file, then execute the following command in Office 365 PowerShell 

Code Block
languagepowershell
.\setup-o365-sso.ps1 -protocol WSFED -domain 'o365 domain name' -appname 'application name' -spname 'service provider name' -metadata '.\sso metadata file' 

Otherwise, execute the following command in PowerShell 

Code Block
languagepowershell
.\setup-o365-sso.ps1 -protocol WSFED -domain 'o365 domain name' -appname 'application name' -spname 'service provider name' -fqdn 'DualShield SSO FQDN' -port 'DualShield SSO Port' 


ParameterRemarks
-protocolWSFED
-domainthe domain name of your Office 365
-appnamethe application name in DualShield for Office 365
-spnamethe service provider name in DualShield for Office 365
-metadatathe metadata file name of your DualShield SSO
-fqdnthe FQDN of your DualShield SSO service
-portthe port number of your DualShield SSO service


Example:Image Removed



Notes:

To verify that the change was successful, run the following command:

...