Tim
Tim

Reputation: 307

Graph API use the search API with a managed identity

I might want to run a query against Graph API from a Logic App to search sharepoint for URLs, to do so I want to use a system-assigned identity, which will be given permissions to query sharepoint.

However, when I read https://learn.microsoft.com/en-us/graph/api/resources/search-api-overview?view=graph-rest-1.0 it explicitly says:

'Search requests run in the context of the signed-in user, identified using an access token with delegated permissions.'

While I have the idea that the managed identity will have application permissions and not delegated permissions. Does this mean that the managed identity will not be able to use this endpoint at all? Or is this wrongly documented?

Upvotes: 0

Views: 330

Answers (1)

Related Questions