openziti / desktop-edge-win

Provides a Ziti client for Windows
Apache License 2.0
35 stars 13 forks source link

MFA lock not shown after sleep #401

Closed dovholuknf closed 2 years ago

dovholuknf commented 3 years ago

Today I woke my laptop - opened the ZDEW UI and noticed my MFA'ed account is not showing a lock on the main screen yet the details page is clearly showing all the services as failing a MFA posture check

image

image image

dovholuknf commented 3 years ago

When trying to access one of these services - these logs are seen in the tunneler:

[2021-07-08T11:52:38.188Z] TRACE        SDKv: _deps/uv-mbed-src/src/http_req.c:196      status = 401 Unauthorized
[2021-07-08T11:52:38.188Z] TRACE        SDKv: _deps/uv-mbed-src/src/http_req.c:206      message complete
[2021-07-08T11:52:38.189Z] ERROR        SDKe: _deps/ziti-sdk-c-src/library/ziti.c:833 update_identity_data()    failed to get identity_data: The request could not be completed. The session is not authorized or the credentials are invalid[-1572526544]
[2021-07-08T11:52:38.189Z] TRACE        SDKv: _deps/uv-mbed-src/src/http_req.c:69       processed 504 out of 504
[2021-07-08T11:52:38.189Z] TRACE        SDKv: _deps/uv-mbed-src/src/http.c:362  client connected, processing request[/current-identity] state[0]
[2021-07-08T11:52:38.189Z] TRACE        SDKv: _deps/uv-mbed-src/src/http.c:364  sending request[/current-identity] headers
[2021-07-08T11:52:38.190Z] TRACE        SDKt: _deps/uv-mbed-src/src/http.c:368  writing request >>> GET /edge/client/v1/current-identity HTTP/1.1
dovholuknf commented 2 years ago

fixed