Need to authenticate SharePoint connector in Azure Logic App via App registration

Buddhika Malwana 5 Reputation points
2023-11-24T11:48:15.79+00:00

Hi,

I need to authenticate SharePoint connector from App registered via App registration. Currently it looks does not support. It asks user to login and authenticate which we need to avoid in my scenario. Would you please help on this?

Thank you,

Buddhika

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-11-27T07:32:08.7566667+00:00

    @Buddhika Malwana Thanks for reaching out.

    As Ben has referred the previous discussion.

    Unfortunately, managed identity is not supported for SharePoint connector. You can always pass your feedback here if this is something you want to see if logic app SharePoint connector.

    The alternative would be leveraging the Graph API for SharePoint in logic app using schedule trigger to get the list and check for lastModifiedDateTime property to know if the list was modify recently or not.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

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.