Disable revocation check on the certificate of a claims provider
Execute the following Powershell commands:
...
Get-AdfsClaimsProviderTrust -Identifier "name-of-the-claims-provider" | Set-AdfsClaimsProviderTrust -SigningCertificateRevocationCheck None -EncryptionCertificateRevocationCheck None
Disable revocation check on the certificate of a relying party
Execute the following Powershell commands:
...