IdentityServer4
IdentityServer4 copied to clipboard
Logout in one device affects other devices
Hi,
Why the revoke token process removes all refresh token for a subjectid and clientid?This causes that if I login into my app in several devices, logging out in one device causes the logout in the other devices, which I don't want.
It should revoke only the token associated to the current request.
Attached code of the IS4 master branch.

Many thanks.