I have an Azure AD application that needs to read data from Excel spreadsheet in onedrive for business.
I would like to allow this application to have a read only right on this spreadsheet like a human user has when we use the share button.
I would have expected to be able to find the application like a normal user, but it is not the case.
What is the correct way to do that ?
EDIT : Adding the application Files.Read.All
permission would solve the problem, but I look for a more restrictive way to do it as I just need access to one file.
Thanks