1 Reply Latest reply on Jun 15, 2004 10:36 AM by starksm64

    Digest on -> no login module called.

    tdevos

      Hi,

      I`m trying to use digest authentication with JBoss 3.2.4. In my jboss-web.xml file, I added a security domain:

      <security-domain>java:/jaas/my-LDAP</security-domain>

      In my web.xml I use

      <auth-method>DIGEST</auth-method>

      In traced with a debugger. When my auth-method is BASIC, my login module is called. However when I change the auth-method to DIGEST the loginmodule is even never called.

      Anyone a suggestion?

      Thanks in advance for replying,

      Tim De Vos