Using Apache Plugin with Kerberos Perimeter Authentication
Hi i would like to use Single Sign On (SSO) via Kerberos and SPNEGO with Weblogic fronted by Apache Web Server.
I have managed to get the Default Identity Asserter to work with Kerberos and SPNEGO fine and it works well and now want to move these servers behind Apache for load balancing.
Do i need to use the mod_auth_kerb Apache module or can I still us the Weblogic identity asserter?
If I use the mod_auth_kerb or and other Authorisation provider in Apache, how is the Subject information passed on to Weblogic? is this though some custom headed? or is Authentication performed again on the Weblogic server?