[GH-ISSUE #3182] Configure reverse proxy logout method #1167

Closed
opened 2026-03-07 21:00:26 +03:00 by kerem · 0 comments
Owner

Originally created by @fa-sharp on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3182

Is your feature request related to a problem? Please describe.
When using reverse proxy auth, the logout-url parameter can be used for logging out via the proxy - however, it sends a GET request by default. The auth provider I'm using (Authelia) expects a POST request to the logout endpoint, and so it returns an error. There are probably other auth providers that also expect POST logout requests.

Describe the solution you'd like
Add a way to make the logout request a POST instead of GET. Perhaps add a parameter of logout-url-method or something similar.

Originally created by @fa-sharp on GitHub (Jan 9, 2025). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3182 **Is your feature request related to a problem? Please describe.** When using reverse proxy auth, the `logout-url` parameter can be used for logging out via the proxy - however, it sends a GET request by default. The auth provider I'm using (Authelia) expects a POST request to the logout endpoint, and so it returns an error. There are probably other auth providers that also expect POST logout requests. **Describe the solution you'd like** Add a way to make the logout request a POST instead of GET. Perhaps add a parameter of `logout-url-method` or something similar.
kerem 2026-03-07 21:00:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1167
No description provided.