-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
ToolkitsTo group issues regarding Toolkits and Tools functionalitiesTo group issues regarding Toolkits and Tools functionalities
Milestone
Description
🐛 Steps to reproduce:
- Configure SharePoint toolkit with external SharePoint site credentials. ( not epam)
- Ensure the following permissions are set:
<AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="Read" /> </AppPermissionRequests>
- Ensure API permissions are configured as per the provided screenshot.
- Attempt to connect to the external SharePoint site using the toolkit.
Actual results:
- The system returns an "insufficient permissions" error despite proper configuration.
- Users are unable to connect and read information from external SharePoint sites.
Expected results:
- SharePoint toolkit should successfully connect to properly configured external SharePoint sites.
- Users should be able to read and index content from external SharePoint instances.
- Clear error messages should guide users on proper permission setup if required.
Additional Context:
- Users are able to retrieve files using API requests with the
https://graph.microsoft.com/.defaultscope when obtaining token. - Example toolkit https://dev.elitea.ai/alita_ui/18/toolkits/all/260?name=sharepoint_5clkvm
Metadata
Metadata
Assignees
Labels
ToolkitsTo group issues regarding Toolkits and Tools functionalitiesTo group issues regarding Toolkits and Tools functionalities
Type
Projects
Status
Done