Replies: 1 comment
-
When you "acceptOAuth2LoginRequest", you must set "remember". Cf "HandleHeadlessLogout" which calls "GetRememberedLoginSession" in hydra/consent/strategy_default.go Line 1102 in a7579b8 On this subject, see also #3132 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preflight checklist
Describe the bug
i can find that from 2.1.0,we can revokeOAuth2LoginSessions by sid,but revokeOAuth2LoginSessions did not revoke token
any plan on revokeOAuth2ConsentSessions by sid,so that we can revoke tokens,
or any idea that can revoke token on backchannel logout?
Reproducing the bug
backchannel revoke tokens
Relevant log output
No response
Relevant configuration
No response
Version
2.1.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes with Helm
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions