Authentik Embedded Outpost behind Nginx Proxy Manager #12596
Unanswered
moutasem1989
asked this question in
Q&A
Replies: 0 comments
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.
-
I am running Authentik in Docker accessible through https://auth.domain.tld/. I setup Authentik in Nginx Proxy Manager as following:
And as Custom Nginx Configuration:
My Embedded Outpost Configurations:

I have a couple of services I am trying to setup with Authentik Proxy Authentication. The services running on the same docker network as Authentik, I managed to configure with authentik docker host name and port in NPM configurations:
This works and I am able to Authenticate into the applications successfully.
However, I also have external services that are not connected to Docker Network of Authentik. When using the Authentik Domain instead of its internal hostname
proxy_pass https://auth.domain.tld/outpost.goauthentik.io;
i get:In Authentik Container I am getting
error=websocket: bad handshake
Can anzone help me find the correct NPM configurations for Authentik to be accessble? I found this guid but implimenting it into NPM did not help.
Beta Was this translation helpful? Give feedback.
All reactions