Skip to content

Configure reverse proxy logout method #3182

@fa-sharp

Description

@fa-sharp

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions