Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...