Configuring Exchange 2013 or 2016 for AD FS authentication
Complete the following steps to configure Exchange 2013 or Exchange 2016 for AD FS authentication:
- On the AD FS server, use Windows PowerShell to find the AD FS token signing certificate thumb-print. EnterGet-ADFSCertificate -CertificateType "Token-signing"and then assign the token-signing certificate thumb-print that you find.
- 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"
