Configuring Exchange 2013 or 2016 for AD FS authentication

Complete the following steps to configure Exchange 2013 or Exchange 2016 for AD FS authentication:
  1. On the AD FS server, use Windows PowerShell to find the AD FS token signing certificate thumb-print. Enter
    Get-ADFSCertificate -CertificateType "Token-signing"
    and then assign the token-signing certificate thumb-print that you find.
  2. Using the Exchange Management Shell, enter the following code.
    • $uris = @ (" https://<Exchange server hostname>/owa", "https://<Exchange server hostname>/ecp")
    • Set-OrganizationConfig -AdfsIssuer "https://<ADFS HOSTNAME>/ adfs/ls/" -AdfsAudienceUris $uris -AdfsSignCertificateThumbprints" ADFS Certificate Thumb Print"