-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help to create authorization header for url & #27
Comments
Hi there! Sorry - I've missed your question. I can make it public. Just want to understand the use case. Kerb4J was designed to hide the complexity of Kerberos by providing plain Cheers, |
Hi Thanks for your reply I do certainly appreciate your efforts to hide the complexity here. Regards |
…ogin-context issues/27 create SpnetClient with explicit LoginContext
Merged to develop. Fixed in 0.1.1 |
0.1.1 pushed to Maven central |
Hi
I would like to use SpengoClient to create a context and create a header that I can use with an arbitrary HttpConnection or websocket connection
However the SpnegoClient constructor which takes LoginConfig supplier is protected. This makes it very awkward.
Could you make this public?
Or perhaps provide a utility method which takes a config section name and a url and returns the token authorization header string.
This is my extremely brittle workaround which will obviously have problems with modules
Thank you
The text was updated successfully, but these errors were encountered: