I have ADFS installed on server 2016 along with a WAP in a DMZ that links to said ADFS.
End goal is to set up certificate authentication.
After configuring ADFS to allow this it works great. that is until i started to test what happens when i revoke a cert.
well nothing really happens cert is revoked but can still access ADFS sign in with said cert.
so i exported the cert and ran "CertUtil -verify test.cer" against it on both the WAP and ADFS server both came back saying Revoked.
am i missing something here surely if cert is revoked i shouldn't be able to sign on to ADFS.
any help would be much appreciated.