Is it possible to terminate user session ad hoc? #984
Unanswered
PavelKochkin2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a task to be able to terminate a user (for example, if it is a malicious user). So far, I've been able to lock a user through lockout enabled, but it applies only on the next user login, which doesn't fit in my case. We don't use JWT, just usual .net core cookie. Any chance that this ad hoc session invalidation can be done using Identity Administrator UI? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions