My Web application want to sign out from an ADFS farm through SAML 2.0 but failed and I got an error message on Event Viewer:
Microsoft.IdentityService.SecurityTokenService.RevocationValidationException: MSIS7098: The certificate identified by thumbprint '*****' is not valid. It might indicate that the certificate has been revoked, has expired, or that the certificate chain is
not trusted.
I use the same certificate pair on my test environment and sign out success. The major different between two environment are test environment has single ADFS server only and the other has a ADFS farm with two servers.
How can I troubleshoot this problem? Can ADFS farm sign out through SAML 2.0?