Skip to content
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

can the client token be reused ? #15

Open
karman-docker opened this issue Mar 17, 2024 · 1 comment
Open

can the client token be reused ? #15

karman-docker opened this issue Mar 17, 2024 · 1 comment

Comments

@karman-docker
Copy link

karman-docker commented Mar 17, 2024

I am using this package to authenticate my application (on Windows) against a proxy server which requires Kerberos authentication.
I am using negotiate.AcquireCurrentUserCredentials() and negotiate.NewClientContext() to get the client token which gets passed to the proxy server in Proxy-Authorization header.

Can this client token be reused for subsequent calls to the proxy ?
Appreciate if you have any suggestions on any golang package to achieve this for maOS using GSSAPI.

@alexbrainman
Copy link
Owner

Can this client token be reused for subsequent calls to the proxy ?

I do not know answer to this question.

Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants