Reverse proxy authentication impacted by backend authentication #275
Unanswered
noDevButOp
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Do you want users to be automatically logged on on the actual application server? Or is your intention really to have them only filtered by the proxy but then have to re-authenticate on the application? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a request to secure the access to a web portal which is located in a VLAN. My idea was to use an existing intranet reverse proxy with Kerberos and LDap to let only members of an AD group pass through to the web portal, which itself is only allowing requests from the reverse proxy.
This is so far working, only the group members have access to the web portal. But when they try to login into the web portal a browser login window appears and ask them to add manually their credentials.
I guess the backend auth impacts the frontend auth or vice versa, in the log files I can see that the next request right after the web portal login contains no authenticated user anymore in my reverse proxy access log file.
The web portal is not using SSO, they use manual log on with additional accounts and LDAP.
Setup:
Apache 2.4
auth_gssapi
authnz_ldap
My question:
is my idea feasible at all and if yes, how can I solve my issue
Beta Was this translation helpful? Give feedback.
All reactions