You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by SBJoshi <sh...@persistent.co.in> on 2008/01/01 07:22:07 UTC

Support for Kerberos/SPNEGO

Hi.

We are trying to run a Java based Client against IIS 6.0 using Kerberos
authentication (HTTP/SPNEGO).
Does the latest version of ‘Apache HttpClient’ provide support for
Kerberos/SPNEGO based authentication?
Please confirm.

Thanks and Regards,
Shailesh

 

-- 
View this message in context: http://www.nabble.com/Support-for-Kerberos-SPNEGO-tp14564857p14564857.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


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


Re: Support for Kerberos/SPNEGO

Posted by Roland Weber <os...@dubioso.net>.
SBJoshi wrote:
> We are trying to run a Java based Client against IIS 6.0 using Kerberos
> authentication (HTTP/SPNEGO).
> Does the latest version of ‘Apache HttpClient’ provide support for
> Kerberos/SPNEGO based authentication?

It can be done with 3.1. There is unsupported 'contrib' code that shows how:
http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/auth/

For background, see HTTPCLIENT-523:
https://issues.apache.org/jira/browse/HTTPCLIENT-523

If you want to help us port that code to HttpClient 4.0,
you're welcome to provide patches.

cheers,
  Roland

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