You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2010/10/21 15:06:17 UTC

[jira] Created: (HTTPCLIENT-1018) Support Spnego Authentication using Kerberos

Support Spnego Authentication using Kerberos
--------------------------------------------

                 Key: HTTPCLIENT-1018
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1018
             Project: HttpComponents HttpClient
          Issue Type: New Feature
          Components: HttpAuth
            Reporter: Christian Schneider


Many bigger companies use Kerberos Authentication. When used on Webservers this usually means that the server uses the Spnego Protocoll to negotiate with the client which authentication to use. 
So Httpclient should support the Spnego protocoll together with Kerberos authentication to authenticate against this class of webservers.

The spring security project with it´s kerberos extension already supports the spnego and kerberos protocol on the server side. The source code shows how the authentication is done on the server side and will surely help to implement the client part.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1018) Support Spnego Authentication using Kerberos

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923435#action_12923435 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1018:
-----------------------------------------------

HttpClient has built-in support for SPNEGO since version 4.1-alpha1. Am I missing something?

Oleg

> Support Spnego Authentication using Kerberos
> --------------------------------------------
>
>                 Key: HTTPCLIENT-1018
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1018
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpAuth
>            Reporter: Christian Schneider
>
> Many bigger companies use Kerberos Authentication. When used on Webservers this usually means that the server uses the Spnego Protocoll to negotiate with the client which authentication to use. 
> So Httpclient should support the Spnego protocoll together with Kerberos authentication to authenticate against this class of webservers.
> The spring security project with it´s kerberos extension already supports the spnego and kerberos protocol on the server side. The source code shows how the authentication is done on the server side and will surely help to implement the client part.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (HTTPCLIENT-1018) Support Spnego Authentication using Kerberos

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider closed HTTPCLIENT-1018.
-------------------------------------------

    Resolution: Invalid

I have not found this in the documentation. Guess I was just blind. I just read again and ... well what can I say ;-)

> Support Spnego Authentication using Kerberos
> --------------------------------------------
>
>                 Key: HTTPCLIENT-1018
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1018
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpAuth
>            Reporter: Christian Schneider
>
> Many bigger companies use Kerberos Authentication. When used on Webservers this usually means that the server uses the Spnego Protocoll to negotiate with the client which authentication to use. 
> So Httpclient should support the Spnego protocoll together with Kerberos authentication to authenticate against this class of webservers.
> The spring security project with it´s kerberos extension already supports the spnego and kerberos protocol on the server side. The source code shows how the authentication is done on the server side and will surely help to implement the client part.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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