This guide configures a single-tenant SharePoint app for use within your organization only. Users outside your organization cannot connect with this app. No Microsoft Partner Center account or publisher verification is required.
Create and Configure a New Application
Log in to Microsoft Azure
Log in to your Microsoft Azure portal.

Navigate to App Registrations
Go to your Microsoft Entra admin center.In the left navigation bar, click “Applications” > “App registrations”.

Configure Application Details
Under Register an application, input the following details:
- Name
- Supported account types
- Select “Accounts in this organizational directory only (Single tenant)”
- Redirect URI
- Select “Web”
- Enter the URI:
https://api.stackone.com/connect/oauth2/sharepoint/callback

Obtain the App Client ID and Tenant ID
After registration, you’ll be taken to the application overview page.Copy the following values and store them safely to be used in a later step:
- Application (client) ID
- Directory (tenant) ID

Obtain the Application Client Secret
Under Client credentials on the right, click “Add a certificate or secret”.
Under Client secrets, click the ”+ New client secret” button.
Under Add a client secret, enter a description and select your desired expiration date for this secret.Click the “Add” button to proceed.
The new client secret will be displayed. Copy the Value and store it safely to be used in a later step.
Under Configured permissions, click the “Add a permission” button.Under Request API permissions, click “Microsoft Graph”.
The application requires the following Delegated Permissions:


Please keep in mind that a new secret will need to be generated when this one expires.



- Files.Read - Read user files
- Files.Read.All - Read all files that user can access
- Files.ReadWrite - Read and upload user files
- offline_access - Maintain access to data you have given it access to
- User.Read - Sign in and read user profile
- User.ReadBasic.All - Read all users’ basic profiles
Get your SharePoint Base URL
Your SharePoint base URL follows this format:- Opening your Microsoft SharePoint site
- Copying the base URL from your browser’s address bar
Congratulations, you’re all set! If you face any issues with the steps mentioned above, please contact us by emailing integrations@stackone.com. We’re always here to assist you!
Available data
This integration has the following Documents Resources available from the provider:- Drives
- Files
- Folders

