🐛 Bug Report: #404

Closed
opened 2025-10-09 16:44:47 +03:00 by OVERLORD · 3 comments
Owner

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

Image

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 ![Image](https://github.com/user-attachments/assets/712771dc-254a-4408-8b99-16b9d80635dd)
OVERLORD added the bug label 2025-10-09 16:44:47 +03:00
Author
Owner

@stonith404 commented on GitHub:

Pocket ID currently doesn't support signing out from a client. You probably have to remove the post_logout_redirect_uri in Meshcentral so that it doesn't redirect to a wrong URL.

@stonith404 commented on GitHub: Pocket ID currently doesn't support signing out from a client. You probably have to remove the `post_logout_redirect_uri` in Meshcentral so that it doesn't redirect to a wrong URL.
Author
Owner

@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?

@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?
Author
Owner

@stonith404 commented on GitHub:

Great.

I've never used Authelia so I can't answer this. Could you elaborate?

@stonith404 commented on GitHub: Great. I've never used Authelia so I can't answer this. Could you elaborate?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-2#404