-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom headers for bypassing 2 factor auth #664
Comments
Indeed there is no way currently to set custom headers. I am not at all familiar with Authelia, but perhaps you could set up some app-specific basic auth? It's a but much to add (yet another) connection feature for such a usage-specific case. |
I see that it wasn't really clear in the original issue, but this wouldn't be specific to Authelia, but rather Traefik or any reverse proxy which supports routing logic via custom headers, but I get it if it is too big a hassle. I would use the custom headers to basically tell Traefik (or any other reverse proxy) to ignore the Authelia middleware. |
Or if you're using authentik, you can also send additional credentials via HTTP Basic auth (But you have to always send it since authentik won't sent a HTTP Basic challenge.) |
Can comment I would use this feature to access my transmission instance behind a Cloudflare tunnel which uses oauth authentication by default. |
I run qBittorrent behind Authelia, and I have not found a way to use transdroid to connect to the server.
One way would be by sending a custom header with the requests a la LunaSea which would make it possible for my reverse proxy to detect this and then bypass Authelia.
Is a feature like that feasible to implement?
The text was updated successfully, but these errors were encountered: