Enhance Okta verification with issued certificates check (#40805)

Minor update on the [Enable Okta Verify on
Windows](https://fleetdm.com/guides/enable-okta-verify-on-windows-using-a-scep-configuration-profile)
article that documents the option of checking if the certificates are
being successfully issued by Okta or not
This commit is contained in:
Luís Teles
2026-03-06 10:53:50 -08:00
committed by GitHub
parent dc397209f0
commit 0900f3ee35
@@ -107,8 +107,8 @@ Get-WinEvent -LogName Microsoft-Windows-DeviceManagement-Enterprise-Diagnostics-
1. Log in to Okta Admin Console
2. Navigate to **Reports** > **System Log**
3. Filter for device attestation events
4. Confirm the device appears as managed
3. Filter for certificate issued events (`eventType eq "pki.cert.issue"`)
4. Confirm the certificates were issued successfully (The certificate `CN` should match the hosts serial number)
## Troubleshooting