Versions Compared

Key

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

Download IdP Metadata from DualShield

In your DualShield console, select "SSO | SSO Servers".

...

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

Download PS Script

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

Enable SSO Federation

...

in Office 365

...

Connect to Office 365 Powershell as shown below:

Expand
titleConnect to Office 365 Powershell

Include Page
Connect to Office 365 PowerShell

...

Connect to Office 365 PowerShell

...


Run the following command in Office 365 PowerShell 


Code Block
languagepowershell
.\setup-o365-

...

sso.ps1 -protocol SAMLP

...

 -domain 'domain name' -

...

appname 'application name' -spname 'service provider name' -metadata '.\metadata file' 


ParameterRemarks
-protocolSAMLP
-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 Added


Notes:

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

Code Block
languagepowershell
get-MsolDomainFederationSettings -domain

...

 'domain

...

 name

...

'