Weblogic SSO
We are trying to achieve a Single-Signon (SSO) solution with an apache proxy as the authenticator. When the user tries to access the apache-proxy, its asked for username and password which is checked towards a database.
The apache proxy then forwards the username in a HTTP header as proxy-remote-user parameter. The security layer in weblogic used standard security realm for username and password authentication. But we want the traffic from the apache-proxy to automatically get logged in (As long as the user provided in remote-proxy-user has the needed roles).
What is the best way to achieve this?