'Apache Configuration to capture header information
I am trying to adjust Apache configuration in order to capture what is in the header of a request. Basically I need for Apache to forward the customer certificate it sees in the request header to Siteminder.
I have one application which uses a HA proxy in front of it. It is able to capture the DN of a certificate in the header, and then uses this to authenticate the end customer certificate. An internal ACL on the HA Proxy is used to compare the DN of the customer certificate and what is onboarded.
My second application uses Apache and Sitemider. I need to find a way to capture the certificate DN in Apache, and then send this info onwards to Siteminder.
I do not have direct access to the config to explore where I might be able to change settings, but if I can get an idea of where to start, I can work with the app teams to advise.
Thank you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|