In custom connector how to set custom autherization header with authentication as No auth.

Bharvi Bhut 181 Reputation points
2022-07-08T03:01:25.99+00:00
  • We are making one custom connector which has no default authentication method selected.
  • While creating actions we have created one action which calls authentication API and returns key.
  • Now we need to pass that key in second action as authorisation header parameter.
  • Can please someone help us on it?
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,839 questions
{count} votes

Accepted answer
  1. JananiRamesh-MSFT 21,001 Reputation points
    2022-08-02T17:13:40.98+00:00

    Hi @Bharvi Bhut Thanks for reaching out. Setting the authorization header on an operation manually is not supported.
    you can consider using http action or you may need to consider adding an intermediary between the custom connector and the backend service like an Azure Function to do this type of manipulation.

    Please let me know incase of further queries, I would be glad to assist you.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful