I am trying to use http forward auth for a service, but when accessing the downstream service I only get a http 404 error instead of a login page.
I am using docker compose for deployment and traefik as my reverse proxy.
- accessing
https://service/outpost.goauthentik.io/pingworks fine and gives me the expected204response. - disabling the provider from the embedded outpost and trying to access
https://service/outpost.goauthentik.io/gives me an authentik error page, so that part clearly is working. - when accessing
https://service/I can see that authentik is matching the correct app and host in the logs, but then nothing else happens. Worth noting here I do not get an authentik "not found" page, but just a raw HTTP 404 with a single line "page not found" response. so this might yet turn out to be an issue with traefik? not sure.
relevant log:
app=MYAPP event=Found app based direct host match host=service.domain.tld logger=authentik.outpost.proxyv2
event=passing to application mux host=service.domain.tld logger=authentik.outpost.proxyv2