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
The identity property disabled prevents authentication, but existing sessions can still be renewed indefinitely. Change the edge controller to invalidate existing API sessions for the newly-disabled identity.
The text was updated successfully, but these errors were encountered:
This seems to have changed because calling POST /edge/management/v1/identities/{id}/disabled with {"durationMinutes": 1} does cause the affected identity to lose access to services immediately. I tested with ziti-edge-tunnel authorized with a Dial SP. However, after durationMinutes has transpired and the identity again has disabled: false, the client does not continue polling for services unless the identity is toggled off and on again or the client tunneler restarted.
The identity property
disabled
prevents authentication, but existing sessions can still be renewed indefinitely. Change the edge controller to invalidate existing API sessions for the newly-disabled identity.The text was updated successfully, but these errors were encountered: