Re: Kerberos token

2024-03-22 Thread Ken Hornstein via Kerberos
>Hi, I have an application that authenticates against a Proxy server >which user Kerberos authentication scheme. My application is using SSPI >library (github/alexbrainman/sspiĀ Golang package to be exact) generate >a kerberos token and this token is passed to the Proxy server through >Proxy-Author

Kerberos token

2024-03-22 Thread m_a_n_j_u_s_k--- via Kerberos
Hi, I have an application that authenticates against a Proxy server which user Kerberos authentication scheme. My application is using SSPI library (github/alexbrainman/sspiĀ Golang package to be exact) generate a kerberos token and this token is passed to the Proxy server through Proxy-Authoriza

Re: How to get Kerberos token for proxy authentication

2024-03-22 Thread Simo Sorce
On Thu, 2024-03-21 at 11:24 -0400, Thomas Kula wrote: > On Wed, Mar 20, 2024 at 11:33:16AM -0400, Ken Hornstein via Kerberos wrote: > > > Thanks again Ken. My application is written in Go. So I'm looking > > > for Kerberos implementation that can be easily integrated with my > > > application. Hen