ProxyAuth domain logout #463
EncryptedCurse
started this conversation in
Ideas
Replies: 1 comment
-
|
There is not an existing way to logout with api request directly, right now the best you can do is probably redirect to the logout page. I could probably add an endpoint for it, but I need to think about how it would be implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I put qBittorrent behind VoidAuth's ProxyAuth as it does not support OIDC.
The web UI has a logout button that makes a POST request to
/api/v2/auth/logout. I'd like to make it functional by intercepting this path in Caddy and triggering a logout on VoidAuth's end. As it stands, I have to manually clear thex-voidauth-sessioncookies.OIDC has a logout endpoint but I don't see an equivalent for ProxyAuth. I haven't used them, but Authentik and Authelia appear to support logout for forward auth so it does, at the very least, appear to be technically feasible.
Is what I'm after already possible in VoidAuth? If not, would it be a big lift to add it? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions