...
| Parameter | Remarks |
|---|---|
| -protocol | WSFED |
| -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 |
| -metafile | the metadata file name of your DualShield SSO |
| -fqdn | the FQDN of your DualShield SSO service |
| -port | the port number of your DualShield SSO service |
Example 1: Using FQDN
.\setup-o365-sso.ps1 -protocol WSFED -domain 'opensid.net' -appname 'Office365' -spname 'Office365WSFED' -fqdn 'dualshield.opensid.net' -port '8074'
| Expand |
|---|
Example 2: Using Metadata File
.\setup-o365-sso.ps1 -protocol WSFED -domain 'opensid.net' -appname 'Office365' -spname 'Office365WSFED' -metafile '.\idp.dualshield.opensid.net.xml'
| Expand |
|---|
Notes:
To verify that the change was successful, run the following command:
...




