TVHeadend behind Oauth2 Proxy
Added by Wladimir Getze over 5 years ago
Hi Guys,
I am struggeling to set up TVHeadend behind an Oauth2 reverse proxy.
(https://github.com/bitly/oauth2_proxy)
TVHeadend is running on my Synology NAS without problems.
Accessing the webui via the local IP address is also working.
However, I want to access the webui from the internet using the oauth2 proxy to add 2FA.
My setup looks like follows:
URL -> INTERNET -> DSM inetrageted reverse proxy -> Oauth2 Proxy -> TVHeadend
This setup is working with all my other apps (Plex, and other websites), however TVHeadend is always asking for user name and password.
I already tried the suggestions with --noacl and --http_root ... no luck.
Info: If I remove the oauth proxy from the chain, it is working:
URL -> INTERNET -> DSM inetrageted reverse proxy -> TVHeadend
Any ideas why TVHeadend keeps asking for the credentials?
Many Thanks,
Wlad