1 Reply Latest reply on Jun 23, 2003 5:45 PM by neellixx

    JBoss 3.2.1 authentication in Win2K

    markzander61

      Hi All,

      Is there a way to use Windows integrated authentication with JBoss so I won't have to use IIS?

      Thanks,
      Mark

        • 1. Re: JBoss 3.2.1 authentication in Win2K
          neellixx

          Mark,

          You can use JNDI. I believe JBoss supports this API. Just use LDAP authentication against your Active Directory.

          I do this now with my current implementation of my intranet (Apache/PHP). If I move over to a Java-based (JBoss) system, this is what I will implement.