Use OAuth 1.0 with Azure Data Factory

Dmitriy Moverguz 31 Reputation points
2022-09-26T15:40:54.527+00:00

Hello,

Does any one know if it's possible to implement a rest service in the azure data factory that makes a connection to an endpoint using OAuth 1.0?

We have an endpoint from which we need to get data, but it only has OAuth 1.0. I would like to retrieve this data with a task in the adf.

Thanks!

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2022-09-27T20:31:48.687+00:00

    Hello @Dmitriy Moverguz ,

    Welcome to the MS Q&A platform.

    Unfortunately, OAuth 1.0 is not supported authentication type for the Rest connector.

    Allowed values are Anonymous, Basic, AadServicePrincipal, OAuth2ClientCredential, and ManagedServiceIdentity.

    Please note: OAuth 2.0 is not backward compatible with OAuth 1.0 or 1.1, and should be considered an entirely new protocol.

    Documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory

    245235-image.png

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

    • 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.