[
https://issues.apache.org/jira/browse/HTTPCLIENT-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577144#comment-16577144
]
Nicholas DiPiazza edited comment on HTTPCLIENT-1912 at 8/11/18 8:27 PM:
------------------------------------------------------------------------
The following example shows how you can do preemptive spnego login with HTTP
client that uses a custom entry in the {{login.conf}}. This completely bypasses
the AuthScheme stuff and does all the work of generating the "authorization"
header. So you will notice the example is just a simple minimal http client
with a single header on the httpget request doing all the authentication work.
{code}
... working on a better version below ...
{code}
Might be worth trying to find some way to get this as a supported auth scheme
type, or add this example to the docs.
was (Author: ndipiazza_gmail):
The following example shows how you can do preemptive spnego login with HTTP
client that uses a custom entry in the {{login.conf}}. This completely bypasses
the AuthScheme stuff and does all the work of generating the "authorization"
header. So you will notice the example is just a simple minimal http client
with a single header on the httpget request doing all the authentication work.
{code}
... better version below ...
{code}
Might be worth trying to find some way to get this as a supported auth scheme
type, or add this example to the docs.
> AuthSchemes.SPNEGO should be able to specify login conf and krb5 conf as
> parameters instead of system properties
> ----------------------------------------------------------------------------------------------------------------
>
> Key: HTTPCLIENT-1912
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1912
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient (classic)
> Affects Versions: 4.5.2
> Reporter: Nicholas DiPiazza
> Priority: Major
> Labels: volunteers-wanted
> Fix For: Stuck
>
>
> in order to use spenego
> see
> [example|https://github.com/jumarko/kerberos-auth-example/blob/master/src/main/java/net/curiousprogrammer/auth/kerberos/example/KerberosAuthExample.java]
> you need to specify system properties to specify a custom krb5.conf or
> login.conf location.
> It would be very useful if these could be given as parameters somehow instead
> of system properties, because in our cloud apps use case, sharing these as
> system properties at the jvm level is causing conflicts.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]