Azure / go-ntlmssp

NTLM/Negotiate authentication over HTTP
MIT License
189 stars 70 forks source link

Negotiate vs NTLM #42

Open karman-docker opened 1 year ago

karman-docker commented 1 year ago

Hi,

Not reporting an issue but seeking clarification. I see that there is no difference between the processing of challenge / response when Authorization header is Negotiate or NTLM. Isn't Negotiate header intended for use Kerberose if available and if not available fallback to NTLM ? Is my understanding correct ? If yes, is Negotiate implementation on the road map ? Thanks for any inputs.