Hi guys.
I need your advice.
Our customer needs access to BI launch pad from the internet. We are planning to place Apache HTTP server OR Apache Tomcat server is DMZ. Second requirement is to set SSL client/server authentification. That's OK - no problem. I am affraid of the third requirement. Common Name (CN) string in client certificate presented to server (apache HTTP or Tomcat) needs to be compared against Common Name of Active Directory server users. When both strings matches, communication between client and server is opened, otherwise it's closed.
Have you ever solved this kind of requirement? Do you have any good online sources, where i can figure it out?
Tomas