You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 join as SYSTEM (exit 0, no errors)
Setting authorization_flow on the connector (was null initially)
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?
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 joinsucceeds with exit 0. But the component buckets (auth, ctrl, device, ping, session, agent_starter) introubleshoot inspectare always empty.Because of that, the credential provider DLL throws
Exception in ak_sys_auth_interactive_availableon every login screen load and the CEF login window never appears.What we tried:
domains joinas SYSTEM (exit 0, no errors)troubleshoot checkshows the expected NSS/PAM failures (Linux-only) andunknown service sys_directory.SystemDirectoryvia 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!