0 Replies Latest reply on Dec 13, 2006 12:15 PM by bazu

    Disable login dialog

    bazu

      Hi,
      I made My authentication module, I invoke, programmatically, into a servlet the login() method. It works but when I try to access to a protected resource i see the login dialog. In in the dialog I put my login and pwd, my LoginModule is invoked at I result authenticated. In other words I'm authenticated only If I operform a login via login dialog.

      My question: How Can I tell to browser: "Ok this user is authenticated"? How can I "suppress" the login dialog?

      THX