Forum Discussion
NandanHegde15
Oct 21, 2023Copper Contributor
Authentication issue
I am trying to get the Pipeline run details via Devops REST API. The API is working fine when authenticating using the PAT value within Azure data factory as seen below : But ADF is failin...
Kidd_Ip
Oct 22, 2023MVP
- NandanHegde15Oct 30, 2023Copper ContributorHey,
I am executing the ADF pipeline in same server : once with PAT authentication and another with Managed Identity auth .
In 1st scenario with PAT it is working fine but with Managed Identity it is failing with below error :
pan class=\"error\">Microsoft Internet Explorer's Enhanced Security Configuration is currently enabled on your environment. This enhanced level of security prevents our web integration experiences from displaying or performing correctly. To continue with your operation please disable this configuration or contact your administrator.</span>\r\n </noscript>\r\n
So seems to be more of auth issue than browser.- zhancbNov 07, 2023Copper Contributor
I met the similar problem while I'm using Python requests module to send Azure DevOps API requests with PAT encoded in header, and I have 2 Organizations in ADO, with exact the same code, only differed in organization & PAT, 1 can work, but the other failed with this error "Microsoft Internet Explorer's Enhanced Security Configuration is currently enabled on your environment, blablabla", must be some privilege configuration problem, but can't get any clue...