mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: Logout Redirect Fails with 403 Error (You don't have permission to perform this action) #233
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 @guptayash on GitHub.
Reproduction steps
I have integrated pocket id instance with immich following the steps here.
Steps to reproduce -
/api/oidc/end-sessionfails.Expected behavior
After logout, the user should be redirected without hitting a permission error.
The OIDC end-session route should allow valid users (even non-admin) to complete logout gracefully.
Actual Behavior
Throws error 403 with error message
{"error":"You don't have permission to perform this action"}
Version and Environment
v0.51.0
Hosted on docker
Log Output
[GIN] 2025/05/03 - 18:06:49 | 403 | 3.312964ms | 192.168.0.5 | GET "/api/oidc/end-session"
Error #01: You don't have permission to perform this action
@stonith404 commented on GitHub:
Thanks for reporting this. This should be fixed in
v0.51.1.