docs/integrations/document_loaders/microsoft_sharepoint/ #29457
Replies: 1 comment
-
I am struggling to make the authentication step work. If I change the App Registration to be multi tenant, I instead get the this error:
The reason for the second error is that the return_url "https://login.microsoftonline.com/common/oauth2/nativeclient" is generally associated with a "public" client. What you need to do is that add the "platform" "Web" and then specify this return url. If you specify "desktop app/mobile" as the platform then you will get this error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/document_loaders/microsoft_sharepoint/
Microsoft SharePoint is a website-based collaboration system that uses workflow applications, “list” databases, and other web parts and security features to empower business teams to work together developed by Microsoft.
https://python.langchain.com/docs/integrations/document_loaders/microsoft_sharepoint/
Beta Was this translation helpful? Give feedback.
All reactions