Hi! I've been trying to find the answer to this qu...
# general
f
Hi! I've been trying to find the answer to this question in the documentation, but I haven't had any luck so far. I'm working with Ory Kratos and I'm setting an identity as inactive through the admin api. Will this invalidate all of the sessions that identity has, or should I also call the deleteIdentitySessions as a secondary step? The behavior that I am observing is that once I set the identity as inactive, the user is navigated to the login flow once they try to navigate to a different page. I just wanted to confirm that it is expected that all of the sessions would be invalidated when the identity is inactive.