Setup service account for O365 Excel
Setting Up a Microsoft Service Account for Office 365 Integration
Here are the steps to create a Microsoft service account for use with Office 365 in Smaply.
Step 1: Register an App in Azure
Go to the Azure Portal and navigate to App Registrations.
Click New registration.
Set Supported Account Types to:
Accounts in this organizational directory only (Single tenant).
Step 2: Find Your Registered App
Search for the app you created in Step 1.
Step 3: Create a Client Secret
Navigate to Certificates & Secrets.
Under Client Secrets, click + New client secret.
Copy and save the generated Client Secret securely. You will need it later.
Step 4: Set API Permissions
Go to API Permissions > Add a permission.
Choose Microsoft Graph.
Under Application permissions, add
Files.Read.All
.Click Grant admin consent for Default Directory.
Required Information for Smaply Integration
You will need the following details to configure the integration:
(A) Client ID
(B) Tenant ID
(C) Client Secret
🚀 Congratulations! You have successfully set up a service account for Office 365.
Now! Go to Smaply Integration Configuration
Troubleshooting
Ensure you have set up the Client Secret and API Permissions correctly in Azure.
Verify that you have granted admin consent for Microsoft Graph permissions.
Last updated