...
Download this PowerShell script : setup-o365-sso.ps1, save save it in the same folder as the IdP metadata file.
...
| Expand |
|---|
| title | Connect to Office 365 Powershell |
|---|
|
| Include Page |
|---|
| Connect to Office 365 PowerShell [365] |
|---|
| Connect to Office 365 PowerShell [365] |
|---|
|
|
Run the following command in Office 365 PowerShell
...
| Code Block |
|---|
|
get-MsolDomainFederationSettings -domain 'domain name' |
To reset Office 365 authentication and change it back to the managed authentication, run the following command:
| Code Block |
|---|
|
Set-MsolDomainAuthentication -domainName 'domain name' -Authentication Managed |