mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
🐛 Bug Report: #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DJKatastrof on GitHub.
Reproduction steps
When I login to Meshcentral its working great. But when I logout i get "something went wrong" with this url
"https://pocket.domain.com/logout?rd=https://remote.domain.com/login"
Expected behavior
It should redirect me to remote.domain.com/login
Actual Behavior
It redirects me to pocketid
@stonith404 commented on GitHub:
Pocket ID currently doesn't support signing out from a client. You probably have to remove the
post_logout_redirect_uriin Meshcentral so that it doesn't redirect to a wrong URL.@DJKatastrof commented on GitHub:
It was my bad.
I solved it by using
"logoutURL": "https://remote.domain.com/login"
Working great. Thank you :)
While im here. Is this meant to be exposed the same way as authelia is?
@stonith404 commented on GitHub:
Great.
I've never used Authelia so I can't answer this. Could you elaborate?