-
Notifications
You must be signed in to change notification settings - Fork 516
Closed
Labels
Description
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.
Reactions are currently unavailable