0 Replies Latest reply on Dec 2, 2002 8:30 AM by halset

    Form-based and Basic auth in same webapp?

    halset

      Is it possible to use auth-method FORM in one part of the app and auth-method Basic in another part of the app?

      I am mainly using form-based authentication, but a java-client app needs to connect to a separate servlet using basic authentication.

      It would be nice to use the same loginmodule for both auth-methods.