-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
we're trying to get the WCP running on a Windows 11 machine (domain-joined, HP Z2 G5) with agent 0.40.1 and server 2026.2.0.
Enrollment works fine, config gets pulled correctly (license_status=valid, authorization_flow set, JWKS keys present), and domains join succeeds with exit 0. But the component buckets (auth, ctrl, device, ping, session, agent_starter) in troubleshoot inspect are always empty.
Because of that, the credential provider DLL throws Exception in ak_sys_auth_interactive_available on every login screen load and the CEF login window never appears.
What we tried:
- Fresh enrollment with new token
domains joinas SYSTEM (exit 0, no errors)- Setting authorization_flow on the connector (was null initially)
- icacls permissions on the WCP directory ([WCP] CEF window does not show up when wcp is installed in Program Files #440 workaround)
- Restarting the agent after each change
troubleshoot check shows the expected NSS/PAM failures (Linux-only) and unknown service sys_directory.SystemDirectory via gRPC, but the agent itself is running fine.
The agent config in the DB looks correct, it just seems like the components never actually start. Any idea what we might be missing, or is this still WIP?
Thanks!