0 Replies Latest reply on May 29, 2011 7:38 AM by ecomeau

    Configure client side certificates for only specific JSPs

    ecomeau

      Is it possible to configure Jboss5 to only use client-side certificates for specific JSPs?

       

      I have configured the server.xml to force client-side certificates and successfully estabished a connection. The problem is the application is doing something fancy at the session level that is causing an exception. Is it possible to configure Jboss so that only the login page would require client-side certificate autentication, but the remaining pages would only require service SSL. The idea here being I would have the developers modify only the application login page so that it worked with client-side certificates, but they would not be required to modify all the other JSPs.

       

      Thanks

      Eric