Verify ADFS

You can follow below steps to verify AD FS Server.

  1. To verify whether you have successfully published WAP or not, open the URL https://adfs.domain.com/adfs/ls/idpinitiatedsignon on a computer which has Internet connection.
  2. Sign in an account of your Active Directory.
  3. If you have done these steps above successfully without any error, when opening an Office 365 site, you shall be redirected to federation URL for federation trust.

Federate domain with office 365

  1. Logon ADFS Server.
  2. Download the Azure Active Directory Module for Windows PowerShell.
  3. Run AdministrationConfig-en.msi.
  4. When the installation wizard opens, click Next to begin the installation.

5. Accept the EULA then click Next.

6. Use default Install location and click Next.

7. On Ready to Install page, click Next.

8. When the installation has completed successfully, click Finish to exit the Setup.

 

9. Right-click Windows Azure Active Directory Module for Windows PowerShell icon on the desktop and select Run as administrator.

10. To connect to Office 365, use the cmdlet:

 

PS C:\Windows\system32> Connect-MsolService

11. Enter the Office 365 Admin credentials then click OK.

 

12. Use the cmdlet to check domain status and make sure it’s verified.

 

PS C:\Windows\system32> Get-MsolDomain

13. Use the cmdlet to federate a single domain.

PS C:\Windows\system32> Convert-MsolDomainToFederated -DomainName domain.com
Note

To use the same ADFS servers to federate other domains in the same tenant, use the command:

<PS C:\> Convert-MsolDomainToFederated -DomainName domain.com -SupportMultipleDomains:$true

14. Use the cmdlet to make sure the domain Authentication change to Federated.

PS C:\Windows\system32> Get-MsolDomain

Hope you enjoy this post.

Cary sun

TWITTER:@SifuSun