09-20-05 11:06 PM
Hi all,
Apologies for cross-posting from the Rational Application Developer forums,
but hope I might get an answer from where since I didn't from there.
Having managed to get the Global Security set up in WebSphere (v6.0), with t
he application client logging in properly, I now have a problem with having
to login twice to enter my application.
The first dialog is our normal application login dialog, which is used to au
thenticate against JAAS. The callback handler pops up the dialog when requir
ed, and authenticates ok.
The second dialog seems to be shown the first time a connection is made to t
he EJBs on the server. Having played around with sas.client.props, I can sto
p this dialog by setting the username and password in the sas.client.props f
ile, but this is not ideal.
Is it possible to stop the second login dialog (the one initiated by websphe
re) without having to enter the username and password in the sas.client.prop
s file?
[ Post a follow-up to this message ]
|