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 | ||||||
|---|---|---|---|---|---|---|
| ||||||
|
Run the following command in Office 365 PowerShell
...
| Code Block | ||
|---|---|---|
| ||
.\setup-o365-sso.ps1 -protocol SAMLP -domain 'domain name' -appname 'application name' -spname 'service provider name' -metadata '.\metadata file' |
| Parameter | Remarks |
|---|---|
| -protocol | WSFED or SAMLP |
| -domain | the domain name of your Office 365 |
| -appname | the application name in DualShield for Office 365 |
| -spname | the service provider name in DualShield for Office 365 |
| -metadata | the metadata file name of your DualShield SSO |
Example:
Notes:
To verify that the change was successful, run the following command:
...

