Skip Navigation

Update the domain authentication method for 
Microsoft Office 365
 to use 
Enterprise Identity

 You can update existing domains when the email domain must be redirected to a different 
Enterprise Identity
 domain than 
Microsoft Office 365
  1. Type 
    Set-MsolDomainAuthentication -DomainName 
    domain
     -Authentication managed
    . Press 
    Enter
    .
  2. Type 
    Set-MsolDomainAuthentication -DomainName 
    domain
     -Authentication federated -ActiveLogOnUri 
    activeLogOnURI
     -FederationBrandName 
    brandName
     - IssuerUri 
    issuerURI
     -LogOffUri 
    logOffURI
     -PassiveLogOnUri 
    passiveLogOnURI
     - SigningCertificate 
    certificateText
     -PreferredAuthenticationProtocol 
    protocol
    . Press 
    Enter
    .
  3. Use 
    Get-MsolDomainFederationSEttings -DomainName 
    domain
     | Format-List
     to check the domain settings.