Replies: 1 comment
-
Hi,
...} P.S. You forgot to censor your domain in the Edit Proxy Host Picture :D |
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
-
Hi everyone,
I am struggling to create proxy between my apps and Anthentik.
I was able to make Authentik work perfectly with Immich (Oauth2 Provider) and nextcloud (SAML Provider) but I can not make it work with Proxy Provider.
I am on Unraid using Nginx Proxy Manager.
Nginx Proxy Manager, Authentik and my apps are on the same custom network on Unraid.
Apps are in the same network called "blancnet"
All of them are accessible from outside my network using cloudflare.
I want to make my app "Homepage" get secured with Authentik SSO. So I want to use the proxy provider feature of authentik.
I can access without any problem to my app "Homepage" using https://home.domain.com/ without Authentik code in the advanced tab of my proxy in Nginx.
My app is correctly configured inside Authentik.
Outposts tabs in Authentik for my app Homepage
My app Homepage proxy provider settings
My apps configured in Authentik
My Homepage app configuration in Nginx which needs to be proxied by authentik
But when I add the code required in the advanced tab to make it work with authentik, I get the error 500.
When I access to https://home.domain.com WITH the proxy code in my app homepage nginx advanced tab
Here is the advanced tab code of my app https://home.domain.com/ :
I tried several times to modify this code, also took code from this github's latests posts vineethmn/geekscomments#1
Thanks in advance for your help,
Beta Was this translation helpful? Give feedback.
All reactions