Share via

HTTP Web Request with Auto1.0 Methord

Himanshu Agarwal 20 Reputation points
2023-10-19T09:28:48.7366667+00:00

How to Use Rest HTTP Request with Authentication Type: OAuth1.0 Method using Web Activity in ADF

Signature Method: HMAC-SHA256

Consumer Key:<Consumer Key Value>

Consumer Secret:<Consumer Secret Value>

Access Token: <Access Token Value>

Token Secret: <Token Secret Value>

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


Answer accepted by question author

  1. KranthiPakala-MSFT 46,822 Reputation points Microsoft Employee Moderator
    2023-10-19T23:02:07.46+00:00

    @Himanshu Agarwal Welcome to Microsoft Q&A forum and thanks for reaching out here.

    Web activity in ADF only supports below authentication types: , but not OAuth 1.0.

    User's image

    User's image

    Below are couple of existing user feedback on the same requirement. Please feel free to upvote and comment on these to help increase the priority.

    1. Web Activity and Rest Connector OAuth support
    2. Web and ODATA connectors need to support OAuth

    To move data to/from a data store that the service does not support, or to transform/process data in a way that isn't supported by the service, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline.

    Hope this helps. info


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    Was this answer helpful?

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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