Microsoft Sharepoint (documents)
To connect KAI with Microsoft Sharepoint, we use Microsoft Graph API
Need : your Microsoft Azure Tenant Administrator
Create an Azure App Registration
https://learn.microsoft.com/en-us/graph/auth-register-app-v2
Create a secret key on your azure app registration
https://learn.microsoft.com/en-us/graph/auth-register-app-v2#option-2-add-a-client-secret
Add scopes
https://learn.microsoft.com/en-us/graph/permissions-overview?tabs=http
here scopes needed :
Files.Read.All [application permission]
Group.Read.All [application permission]
(OPTIONAL) Select only sharepoint you want to connect on KAI
Final output :
tenant id : the tenant id of your Microsoft Azure tenant where is linked to your Microsoft Sharepoint
client id : application client id of the app registration
client secret : secret key generated during the phase 2 of your app registration
sharepoint host : the sharepoint host of your Microsoft Sharepoint
sharepoint site name : the sharepoint site retrieved on phase 6
(optional) subfolder : the subfolder retrieved on phase 7
Last updated
