To connect KAI with Microsoft Sharepoint, we use Microsoft Graph API
Need : your Microsoft Azure Tenant Administrator
https://learn.microsoft.com/en-us/graph/auth-register-app-v2arrow-up-right
https://learn.microsoft.com/en-us/graph/auth-register-app-v2#option-2-add-a-client-secretarrow-up-right
https://learn.microsoft.com/en-us/graph/permissions-overview?tabs=httparrow-up-right
here scopes needed :
Files.Read.All [application permission]
Group.Read.All [application permission]
Sites.Read.All [application permission]
https://learn.microsoft.com/fr-fr/sharepoint/dev/sp-add-ins-modernize/understanding-rsc-for-msgraph-and-sharepoint-onlinearrow-up-right
example : if your sharepoint url look like this : https://contoso.sharepoint.com/sites/Tech
Your sharepoint host is : contoso.sharepoint.com
Example : if your sharepoint url look like this : https://contoso.sharepoint.com/sites/Tech
Your sharepoint site name is : Tech
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
Last updated 5 months ago