Hello,
We are implementing Exchange 2016 and need to integrate it with ADFS. I prepared ADFS 2016 and configured it.
when i did the integration on the exchange by running the following commands i got an error on the owa page as below & Screen shot.
ADFS Commands on Exchange:
Set-OrganizationConfig -AdfsIssuer
https://adfs.mycompany.com/adfs/ls/ -AdfsAudienceUris "
https://mail.mycompany.com/owa/","
https://mail.mycompany.com/ecp/","
https://mail.mycompany.com/owa","
https://mail.mycompany.com/ecp" -AdfsSignCertificateThumbp
rint "7B672ED45456784563B7BF725
F5F2730554
8B2"
Set-EcpVirtualDirectory -Identity "exchangeserver01\ecp (Default Web Site)" -Adfsadfsentication $true -Basicadfsentication $false -Digestadfsentication $false -Formsadfsentication $false -Oadfsadfsentication $false -Windowsadfsentication $false
Set-OwaVirtualDirectory -Identity "exchangeserver01\owa (Default Web Site)" -Adfsadfsentication $true -Basicadfsentication $false -Digestadfsentication $false -Formsadfsentication $false -Oadfsadfsentication $false -Windowsadfsentication $false
OWA Error: