JAAS NTLoginModule for basic http authentication

Hi all,

Can someone point me to the right direction on this subject? I'd like to use JAAS' NTLoginModule to get a user's credentials, then use those credentials to authenticate the user into something that requires a basic http authentication... specifically, a domino web service. (I don't want the user to have to type in his/her password).

First, is this even doable? and Second, what would I need to do to get this working?

Thanks in advance.

[475 byte] By [fetpc03a] at [2007-11-26 19:44:35]
# 1
Hi,Did you get the solution for this.I am facing a similar problem. I need to get the user name and compae against windows ADS.Can anyone share an example code on this Thanks
KirshnaMiriyalaa at 2007-7-9 22:28:55 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2
No, unfortunately, I have not found a solution to this.
fetpc03a at 2007-7-9 22:28:55 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 3
Hi,Use tagish library. U can easily access the user information. But here also there is a bug, u can only get credentials for the user who is/are the administrator in the system. Regards,Bhaskaran.
sbhas2ka at 2007-7-9 22:28:55 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 4
Is there any other solution for this. Like using NTLM authentication for getting windows user name
KirshnaMiriyalaa at 2007-7-9 22:28:55 > top of Java-index,Security,Other Security APIs, Tools, and Issues...