Authentication token not being revoked in browser when using external OIDC provider #6505
Answered
by
jnfrati
betaigeuze
asked this question in
Issue Triage
|
Basically what's described here. I have the same issue with my self hosted instance that uses PocketID as the OIDC. I log into the dashboard with my PocketID user - log out, then also log out of PocketID. When I then open the dashboard again, I am immediately logged in to the authenticated session from before. It seems like the auth token is not being revoked when logging out. As this happened with both Authentik (like in the reddit case) and PocketID, I would assume that it is a netbird issue. |
Answered by
jnfrati
Jun 22, 2026
Replies: 2 comments 2 replies
|
Hey @betaigeuze moved this to a discussion as per issue creation lifecycle explained here #6075. With that covered, I would love to ask a couple of questions regarding this topic:
|
0 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



I see, just to double check, could you confirm you have the logout callback url
https://<your-management-url>/oauth2/logout/callbackregistered in the pocketid oidc client?