1 Reply Latest reply on Apr 6, 2009 7:15 AM by dizzydewil

    Jboss, Kerberos,AD single sign on

      Hello All,

      Is it possible to implement SSO on JBoss application using Kerberos? My problem is I have java web application running on Jboss. I need to authenticate AD domain users against this without entering user name and password. Can this be implemented using Kerberos or is there any alternative way?

      Your comments and suggestions are welcome

        • 1. Re: Jboss, Kerberos,AD single sign on

          Hi,

          Yes it possible but there are problems with this.
          I solved this using kerberos tickets from AD negotiated by custom authenticator and handles by custom login modules (with callback mechanism).
          First U must describe Your environment, my solution was made on JBOSS 4.05 GA, newer servers wasn't tasted but should work.