About 56,900 results
Open links in new tab
  1. SharePoint as a Client Portal - SharePoint Stack Exchange

    Oct 25, 2016 · My company is looking to create a file portal for clients to access our documentation. This is strictly a need for the clients; there is no need for internal sharing. We need to have a folder …

  2. sharepoint online - CSOM PowerShell script - moving to modern ...

    Feb 24, 2023 · I have a complex CSOM script that I need to get working for a Tenant that uses Modern Authentication. This works fine using Basic Authentication. Its not an automated script so an …

  3. OAuth authentication for SPFx solutions - SharePoint Stack Exchange

    Dec 2, 2022 · Grant the permission to app from SharePoint admin portal. Use the SharePoint Framework Azure AD HTTP client The SharePoint Framework API simplifies the access token …

  4. SharePoint Online REST API Authentication In POSTMAN

    Feb 20, 2018 · If you're using Microsoft Graph API to access SharePoint Online, you'll find the Microsoft Graph Postman collection helpful too. It supports both application and on-behalf-of API calls.

  5. sharepoint online - How can I view a list of applications added by ...

    Nov 26, 2015 · I registered an add-in using AppRegNew.aspx using a generated client ID and secret. AppInv.aspx shows the entry when I paste the client ID and click "Lookup". But for some reason, …

  6. How do I add the assembly Microsoft.SharePoint.dll to my project?

    May 4, 2018 · As you have SharePoint installed on the development machine (you must), hit Browse... on the Add reference dialog, and you can find the DLL from C:\Program Files\Common …

  7. sharepoint online - Azure ACS retirement in Microsoft 365 and using …

    Feb 27, 2025 · While accessing SharePoint content, we use the client ID and client secret created from the app registered in Entra ID. We use PnP and SharePoint CSOM package. Our app service is …

  8. Log on to SharePoint with Powershell using the Credential Manager

    Nov 5, 2019 · What I would like is to logon to sharepoint with powershell using the CSOM-module and using the Credential Manager where I have safely stored the password. This is a working code to …

  9. Connect to Sharepoint Online REST API using Java

    Apr 3, 2018 · Here is a demo for your reference, We access SharePoint online and use REST API to upload a file in JAVA. 1.Get the security token from Microsoft authentication portal:

  10. sharepoint online - Attempted to perform an unauthorized operation ...

    Oct 11, 2023 · I have just created an App in Azure Portal by following this Article. I have followed the following Steps: Registered App in Azure AD Get the Client ID and Secret from the Registered App …