Can not log out when using OIDC
See original GitHub issueDescribe the bug I enabled OIDC authentication using Google. I can log in using my Google account. However, when I try to log out, I am immediately logged back in. There is no way of selecting a different account.
To Reproduce Steps to reproduce the behavior:
- Enable Google Authentication
- Log in
- select
Logout
in the top right dropdown menu - you are redirected to the homepage and still logged in
Expected behavior I would expect a page stating that I was logged out successfully, preferably with a link allowing me to log back in. When logging back in, I should be able to select the previous account, or use a different one.
Screenshots
Desktop (please complete the following information):
- OS: Ubuntu 20.04.4 LTS
- Browser Firefox
- Version 99.0 (64-bit)
Additional context Same behaviour in other browsers.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
c# - Cannot sign out the OpenIdConnect authentication of ...
To allow the signing out to occur use the following Logout action: public async Task Logout() { await HttpContext.
Read more >OpenID Connect Single Logout | Curity Identity Server
Back-Channel Logout specifies a server-to-server communication for the logout request. Therefore there is no dependency on the user agent. As a result, users ......
Read more >OpenID Connect Logout - Medium
This blog post explores the use of OIDC for logout of the local ... This is not a good protocol to build a...
Read more >Final: OpenID Connect RP-Initiated Logout 1.0
RP-Initiated Logout. An RP requests that the OP log out the End-User by redirecting the End-User's User Agent to the OP's Logout Endpoint....
Read more >Cannot log out using OpenID Connect - Authentication
Cannot log out using OpenID Connect ... But when they attempt to logout, Moodle just redirects to the to myhome and the user...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a workaround solution, just only edit the code(change the href url)
to
This will be included in the next release.
Thanks for your input in helping solve this folks!
John