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-aGolang package to be exact) generate
a kerberos token and this token is passed to the Proxy server through >Proxy-Authorization header "Proxy-Authorization: Negotiate <kerberos
token>" My query, for the subsequent calls to the proxy do I need to >regenerate this key or can I reuse the one generated the first time ?
Or is it that each call to the proxy is treated as a session and that >Kerberos token is for that session only ?
which user Kerberos authentication scheme.-a My application is using SSPI >library (github/alexbrainman/sspi-aGolang package to be exact) generateAs a general rule, GSSAPI tokens (which in the specific case of Kerberos contain AP-REQ/AP-REP messages) are supposed to be only used once;
a kerberos token and this token is passed to the Proxy server through >Proxy-Authorization header "Proxy-Authorization: Negotiate <kerberos
token>" My query, for the subsequent calls to the proxy do I need to >regenerate this key or can I reuse the one generated the first time ?
Or is it that each call to the proxy is treated as a session and that >Kerberos token is for that session only ?
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 70 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 14:38:13 |
| Calls: | 936 |
| Calls today: | 2 |
| Files: | 1,324 |
| D/L today: |
30 files (8,331K bytes) |
| Messages: | 285,561 |