How to apply system managed identity instead of user identity in logic app to connect sharepoint?

Trinidad, Angeli Mae 0 Reputation points
2024-02-12T14:58:51.0666667+00:00

I am trying to sync sharepoint files to blob using logic app workflows. However, the connection I have is user-assigned identity. How do I activate and use the system managed identity?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
545 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 55,481 Reputation points
    2024-02-12T17:45:16.0266667+00:00

    Hi Angeli,

    There is no current connector that allows for this type of authentication. However, you may want to look into using Graph API for using SharePoint API:

    https://video2.skills-academy.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0

    Authenticate Logic Apps against Microsoft Graph using Managed Identity

    https://yourazurecoach.com/2023/05/08/authenticate-logic-apps-against-microsoft-graph-using-managed-identity/

    If this is helpful please accept answer.

    0 comments No comments