Hi,
When I configure the OAM protection, they have the ability to configure values
that go into HTTP headers (among other things) upon successful authentication
(to OAM).
I usually test this by protecting /cgi-bin/printenv on the Apache. printenv has
this :
##
## printenv -- demo CGI progra
On 15.05.2020 14:42, ohaya wrote:
Hi,
Yes, I am using Oracle Access Manager (OAM) so we have what they call an "OAM webgate"
that is integrated with the Apache. That webgate automatically populates an HTTP header named
"remote_user" with the user that OAM authenticated.
So the problem I hav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jim,
On 5/15/20 08:42, ohaya wrote:
> Yes, I am using Oracle Access Manager (OAM) so we have what they
> call an "OAM webgate" that is integrated with the Apache. That
> webgate automatically populates an HTTP header named "remote_user"
> with the u
Hi,
Yes, I am using Oracle Access Manager (OAM) so we have what they call an "OAM
webgate" that is integrated with the Apache. That webgate automatically
populates an HTTP header named "remote_user" with the user that OAM
authenticated.
So the problem I having is trying to figure out how to "
Let me give my 5 cent.
In the tomcat AJP Connector Tomcat, you use the tomcatAuthentication attribute :
This setting has the effect that tomcat will "believe" the authenticated user-id that
Apache is passing to it in the AJP protocol messages that Apache sends to tomcat, and not
try to re-au
Hi Olaf,
Thanks. I do appreciate that! I will do more digging.
Jim
On Friday, May 15, 2020, 07:41:50 AM EDT, Olaf Kock
wrote:
On 15.05.20 13:23, ohaya wrote:
> Hi,
>
> I just tried adding the secret to the Apache side:
>
> ProxyPass ajp://192.168.218.XXX:8009 secret="123"
> Proxy
On 15.05.20 13:23, ohaya wrote:
> Hi,
>
> I just tried adding the secret to the Apache side:
>
> ProxyPass ajp://192.168.218.XXX:8009 secret="123"
> ProxyPassReverse ajp://192.168.218.XXX:8009 secret="123"
>
> and I get an error when I try to start Apache:
>
> AH00526: Syntax error on line 554 o
Hi,
I just tried adding the secret to the Apache side:
ProxyPass ajp://192.168.218.XXX:8009 secret="123"
ProxyPassReverse ajp://192.168.218.XXX:8009 secret="123"
and I get an error when I try to start Apache:
AH00526: Syntax error on line 554 of /apps/oracle/apache/conf/httpd.conf:
ProxyPass u
Hi,
The Tomcat version I am using is 9.0.20. I will take a look at the changelog.
This is the first time I have tried this, and I couldn't find much info, so I
appreciate the feedback. I will look for info about "secret".
I wasn't sure about the format on the Apache side for the
ProxyPass/P
On 15.05.20 09:06, oh...@yahoo.com.INVALID wrote:
> Hi,
>
> I am using an Apache proxy in front of Tomcat 9, and I am using AJP
> connection to connect from the Apache to Tomcat, and I have the Apache
> sending a username to the Tomcat in a REMOTE_USER header.
>
> In the Tomcat server.xml I hav
Hi,
I am using an Apache proxy in front of Tomcat 9, and I am using AJP connection
to connect from the Apache to Tomcat, and I have the Apache sending a username
to the Tomcat in a REMOTE_USER header.
In the Tomcat server.xml I have:
In the Apache httpd.conf, to test, this I have:
ProxyPa
11 matches
Mail list logo