IdentityServer4 icon indicating copy to clipboard operation
IdentityServer4 copied to clipboard

Logout in one device affects other devices

Open juanan opened this issue 4 years ago • 0 comments

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.

image

Many thanks.

juanan avatar Apr 30 '21 12:04 juanan