You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Ka-Lok Fung (JIRA)" <ji...@apache.org> on 2014/08/14 00:58:13 UTC

[jira] [Updated] (HTTPCLIENT-1540) Support delegated credentials (ISC_REQ_DELEGATE) via ClientWinAuth

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ka-Lok Fung updated HTTPCLIENT-1540:
------------------------------------

    Description: 
If you use this Wikipedia graphic as a reference, http://en.wikipedia.org/wiki/Kerberos_(protocol)#mediaviewer/File:Kerberos.svg, the current implementation in HttpClient 4.4alpha1 does the first (red) and last (green) steps but it doesn't do the middle one (middle). By adding a parameter, it won't skip out on the middle step (where the Windows LSA will ask the Windows domain controller to generate a ticket-granting-ticket for the requested service).

In {{WindowsNegotiateScheme.getToken()}}, the change would be to update {{Sspi.ISC_REQ_CONNECTION}} to {{Sspi.ISC_REQ_CONNECTION | Sspi.ISC_REQ_DELEGATE}}.

  was:
If you use this Wikipedia graphic as a reference, http://en.wikipedia.org/wiki/Kerberos_(protocol)#mediaviewer/File:Kerberos.svg, the current implementation in HttpClient 4.4alpha1 does the first (red) and last (green) steps but it doesn't do the middle one (middle). By adding a parameter, it won't skip out on the middle step (where the Windows LSA will ask the Windows domain controller to generate a ticket-granting-ticket for the requested service).

In {{WindowsNegotiateScheme.getToken()}}, the change would be to update
{{Sspi.ISC_REQ_CONNECTION}} to {{Sspi.ISC_REQ_CONNECTION | Sspi.ISC_REQ_DELEGATE}}.


> Support delegated credentials (ISC_REQ_DELEGATE) via ClientWinAuth
> ------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1540
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1540
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.4 Alpha1
>         Environment: Windows
>            Reporter: Ka-Lok Fung
>
> If you use this Wikipedia graphic as a reference, http://en.wikipedia.org/wiki/Kerberos_(protocol)#mediaviewer/File:Kerberos.svg, the current implementation in HttpClient 4.4alpha1 does the first (red) and last (green) steps but it doesn't do the middle one (middle). By adding a parameter, it won't skip out on the middle step (where the Windows LSA will ask the Windows domain controller to generate a ticket-granting-ticket for the requested service).
> In {{WindowsNegotiateScheme.getToken()}}, the change would be to update {{Sspi.ISC_REQ_CONNECTION}} to {{Sspi.ISC_REQ_CONNECTION | Sspi.ISC_REQ_DELEGATE}}.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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