9% of the exam — the smallest of the first four domains.
3 sub-topics · this deck covers sub-topic 3 of 3 — the last one in this module
↑ Module 1 OverviewThe System Log isn't the only log that matters — agent-side logs (LDAP, AD) carry their own diagnostic detail, and real troubleshooting means knowing how to read them.
The AD agent's settings live in a real, specific file: C:\Program Files (x86)\Okta\Okta AD Agent\OktaAgentService.exe.config.
Turning on VerboseLogging is the direct answer whenever a scenario needs "more detail in the log" — it's a real, named setting, not a vague suggestion.
MFA bypass dialog — confirm the user is included in an MFA policy; for Microsoft RDP specifically, that's the App-SignOn Policy.
Display Failed dialog — verify client ID, client secret, and Okta URL; confirm the Windows username matches the Okta username.
RDP connection failures — enable "Allow remote connections" and require Network Level Authentication.
There's even a documented PowerShell/registry fix for this specific failure mode — it's common enough to be a named, expected troubleshooting step.
If the Windows Credential Provider itself locks an admin out, there are two documented recovery paths: Remote Registry Editor (if you have registry access to the locked server) or PsExec (Sysinternals tool, for when remote registry access isn't available). Both work by creating a DWORD value named Disabled set to 1 to disable the credential provider.
Watch for scenario questions built around these traps:
→ "AD agent logs aren't detailed enough to diagnose a provisioning issue." = enable VerboseLogging.
→ "RDP MFA connections keep failing with a TLS error." = server is on an outdated TLS version — Okta requires 1.2+.
→ "An admin is completely locked out by the Credential Provider with no remote registry access." = use PsExec, not just Remote Registry Editor.
Sources: help.okta.com — ldap-agent-manage-integration.htm · ad-agent-appsettings.htm · proc-mfa-win-creds-rdp-ts.htm
✓ Module 1: Logging and Reporting — complete (3 of 3 sub-topics)