tfs icon indicating copy to clipboard operation
tfs copied to clipboard

401 error with Django

Open manikyab opened this issue 6 years ago • 3 comments

When the workitem or changest is accessed using Django app using HTTP_NEGOTIATE_SSPI.HttpNegotiateAuth as authentication it is giving error of 401 as invalid

manikyab avatar May 31 '19 06:05 manikyab

Django in the TFS library's issue o_O @manikyab What infrastructure do you have: TFS version, how do django communicate with TFS? Could you give us some peace of code to reproduce this issue

allburov avatar Jun 13 '19 02:06 allburov

I am using TFS 2017 with windows authentication only and trying to access a python script which is connecting to TFS using HTTPRequestNegotiate as auth_type The server is IIS10.0 with CGI and windows authentication enable in it Python3.7 Django 2.2 TFS 2017 version IIS 10.0

Django send a workitem id to a python Script which send the data back to the django to display it to the user

manikyab avatar Jun 13 '19 06:06 manikyab

@manikyab : Can you please share the relevant pieces of the source code? This would help to understand your issue.

ondrno avatar Nov 27 '19 07:11 ondrno