REST NTLM authorization in Azure Data Factory

Eugeny SOLOVEY 26 Reputation points
2022-05-13T14:24:01.493+00:00

Hello colleagues.
I'm trying to get data in azure data factory using a GET request for a local REST service with ntlm authentication. But I can not find any information on how to correctly pass data for authentication (username, password, domain).
Please tell me if the REST or HTTP tools support NTLM authentication and how it can be implemented?
Thanks.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,841 questions
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,512 Reputation points Microsoft Employee
    2022-05-16T22:49:01.16+00:00

    Hello @Eugeny SOLOVEY ,

    Thanks for the question and using MS Q&A platform.

    Currently the authentication types allowed by the REST Connector are Anonymous, Basic, AadServicePrincipal, and ManagedServiceIdentity

    And HTTP connector supports the following authentications: Anonymous, Basic, Digest, Windows, or ClientCertificate.

    Unfortunately, NTLM authentication is not supported by REST/HTTP connectors.

    If you have any feedback, we request you to please log it in ADF IDEAS forum here - https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c

    Please do share the feedback link once it is posted so that we can share it with internal team.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.