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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user