Versions Compared

Key

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

...

Click the context menu of the SSO server, then select "Download IdP Metadata"

Image RemovedImage Added

Save the IdP Metadata to a file, eg. "dualshield-idp-metadata.xml"

...

Expand
titleConnect to Office 365 Powershell

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

...

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

...

ParameterRemarks
-protocolSAMLPWSFED
-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


Example:

Image RemovedImage Added


Notes:

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

...