Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/Sharepoint Connector support for Entra-Id and Graph APIs #3788

Open
kkr2320 opened this issue Nov 20, 2024 · 0 comments
Open

feat/Sharepoint Connector support for Entra-Id and Graph APIs #3788

kkr2320 opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kkr2320
Copy link

kkr2320 commented Nov 20, 2024

Is your feature request related to a problem? Please describe.
Currently Unstructured sharepoint connector using Sharepoint App Principal ( not Azure Entra ID) which is already end of product support from Microsoft ( but technically supported until spring-2026 ). Current setup does not meet the security standards established in most organizations.

Describe the solution you'd like
Sharepoint connector to use msal library and allow secure connections using certificate based authentication and use graph APIs to access Sharepoint Files and Folders. The same library can be used for One-Drive access as well.
Further specific Sharepoint connector should support access to both multi-tenants as well as Site Specific tenant libraries

Describe alternatives you've considered
N/A

Additional context
Response from Microsoft support
" If you create it as an Azure App Registration, then the only authentication mechanism allowed for SharePoint APIs would require a certificate. Otherwise, you'd require using Graph APIs for the ability to use a client secret alongside your Azure App Registration.

I can't speak to unstructured.io, but I'd recommend engaging them directly to see if they had any new implementations using Graph API. The requests in Graph are less resource intensive and are generally suggested over other SharePoint APIs. If no setup is available using Graph API, then you'll want to pursue creating the app registration as outlined above "

@kkr2320 kkr2320 added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant