mod_auth_openidc with mod_proxy and mod_rewrite #616
Unanswered
AkihaTohno
asked this question in
Q&A
Replies: 1 comment 2 replies
-
that seems like an Apache issue to me (the REMOTE_USER is not directly set by the module itself); perhaps you can apply something like: https://renaudmarti.net/posts/make-apache-proxy-remote-user-to-backend/ |
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
-
Hi, all.
I have some questions about mod_auth_openidc.
My application is standard Java application with reverse proxy.
It runs on Tomcat9 via AJP protocol.
Httpd works reverse proxy and authentication proxy through keycloack.
When some users who are already authenticated with keycloack access to JAVA application,
mod_auth_openidc sends first request with no REMOTE USER.
So, Java application said that "Not authorized access".
Is it correct work?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions