Lookout Product Documentation

Find answers about using and optimizing Lookout products.

SSO Settings for Microsoft 365

By default, Microsoft 365 uses PowerShell for configuring SSO.

Enter configuration settings in PowerShell

  1. In PowerShell, type Connect-MsolService.
  2. When prompted, enter your administrator credentials for your Microsoft 365 domain.
  3. Run the following command:
    Set-MsolDomainAuthentication -DomainName <domain-name> -FederationBrandName
    <domain-name> -Authentication Federated -IssuerUri <entity-id> -LogOffUri
    <logout-url> -PassiveLogOnUri <single sign on url> -SigningCertificate
    <certificate> -PreferredAuthenticationProtocol SAMLP

    Where:

    • domain-name is the domain used for SSO.
    • Logout-url is the page to be redirected for logout activities.
    • Certificate is the certificate present between <ds:X509Certificate> and </ds:X509Certificate> tags. Obtain this value from the Default_idpMetadata.xml file.
    • entity-id is the value from the Default_idpMetadata.xml file.
    • single sign on url is the Location value from the Default_idpMetadata.xml file.

      Create SSO provider with downloaded metadata file for Microsoft 365

  4. Log in to the Management Console with your administrator account credentials.
  5. Select Administration > Enterprise Integration.
  6. On the Configuration menu, select Single Sign-on.
  7. On the SSO Providers tab, click New.
  8. Enter a name.
  9. From the prompt, select Type as the Cloud Service Provider.
  10. From the Cloud applications prompt, select Office365 cloud.
  11. Click the cloud icon next to the Cloud applications prompt and download the Microsoft 365 metadata file.
  12. Upload the Microsoft 365 metadata file.
  13. Click Validate and ensure that the Entity ID field is populated.
  14. Click Save.