0 Replies Latest reply on Dec 30, 2009 9:53 AM by smithaps89

    GateIn Authentication

    smithaps89

      I am trying to configure the jmx-console to use the same security/authentication as GateIn does.  Basically I do not want users to be able to view the jmx-console unless they are logged into the portal as a user.

       


      I have set up the jmx-console.war/WEB-INF/jboss-web.xml in the jmx-console war to contain the save security domain as the portal.war/WEB-INF/jboss-web.xml.  And I have also placed the security constraints from the portal.war/WEB-INF/web.xml in the jmx-console.war/WEB-INF/jboss-web.xml.  When using the BASIC auth-method I can log in using the defautl root user and password but my authentication is not transferred after I log into the portal which is desired.  Am I needing SSO for this integration? If so is there a way to set it up easily?  Thanks for any help on this issue.  Attached are my jboss-web.xml and web.xml from the jmx-console.war.