Hi, I am looking for a way to disable all OAuth2 s...
# ory-network
l
Hi, I am looking for a way to disable all OAuth2 sessions of a subject for a specific OAuth client. Is there already a method which I have missed? What is the best way to proceed if I want to ensure that a subject can only have one active access and refresh token at a time for a particular OAuth2 client?
s
Why do you want to do this? It is important to understand that OAuth2 access tokens are not sessions, and should not be used as such.
l
We have a customer who offers both an app and a web app. The login takes place via an OAuth2 client. The customer now wants to ensure that a user cannot be logged in to multiple devices at the same time.