You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2004/11/08 13:56:14 UTC

DO NOT REPLY [Bug 32116] - Single sign-on problem

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32116>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32116

Single sign-on problem





------- Additional Comments From rolweber@de.ibm.com  2004-11-08 12:56 -------
SUN's HttpURLConnection has access to the login credentials of the
Windows user because the JDK includes plattform specific code.
HttpClient does not, and therefore cannot implicitly retrieve the
credentials required for Windows Single Sign-On.

See also this recent mailing list discussion on the topic:
http://nagoya.apache.org/eyebrowse/BrowseList?listId=128&by=thread&from=517735

You best chance is to supply plattform (Windows) specific code in your
application. Note that the prompt you can set does not have to show a
user dialog. It can also access Windows APIs to get uid/pwd quietly.

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org