Skip to content
Discussion options

You must be logged in to vote

I get the impression that until recently OAuth design did not consider network connectivity problems.

In one sense, so long as you clear the tokens in the client, then nobody can use them anymore, so that's effectively a logout. Identity server will still think it's alive but there is no external knowledge of the token so it will eventually timeout and be expired.

Queuing them might be possible, but realistically you can't count on ever being able to send that, and it might even be considered a security risk to hang onto tokens in order to be able to do a "late logout".

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maartenba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants