Hi,
I am using
<auth-method>BASIC</auth-method>
to authenticate user for my web application in WebSphere(WAS).
After the user is authenicated by WAS how can I get the user name of the authenticated user in my servlet ?
Thanks,
Badrish
-
Basic Authentication in Websphere (1 messages)
- Posted by: Badrish Agarwal
- Posted on: February 25 2004 08:03 EST
Threaded Messages (1)
- Basic Authentication in Websphere by Scott Carlson on February 25 2004 10:42 EST
-
Basic Authentication in Websphere[ Go to top ]
- Posted by: Scott Carlson
- Posted on: February 25 2004 10:42 EST
- in response to Badrish Agarwal
request.getUserPrincipal()