Microsoft
1. Register Oauth2 applications
Follow the next link:


OneDrive file picker
You need to register one more URL in order to use the OneDrive Javascript file picker:


And select both of these options:

And save the changes:

The next step is creating clientId and clientSecret:

Unfortunately, the secret has an expiration, you're going to have to create a new one in 2 years:

Use the furthest date possible:

You will get a new secret, copy the Value into the clipboard:

This is the clientSecret, the Microsoft Secret ID is the Appmixer clientId. These secrets need to be added into the Backoffice:


And add new keys:

The clientId is the _Application (client) ID f_rom the main page:


Then go to the API permissions section:

Choose Microsoft Graph:

Delegated permissions:

Type-in Files:

And select these two:

Then type-in offline and select this permission:


The final set of permissions:

2. Allowing Custom Tenant
To enable custom tenant functionality for Microsoft connections, follow these steps:
Step 1: Access Appmixer Admin
Navigate to your Appmixer admin panel (back office) and go to Connector Configuration.
Step 2: Locate Microsoft Connector
Find the "appmixer:microsoft" connector in the list
If it doesn't exist, add it by clicking the Add Configuration button

Click on "Show Configuration Values"

Step 3: Add Tenant Configuration
Click "Add Item" to create a new configuration entry

Set the following values:
Key:
microsoftTenant
Value:
true
Click Confirm to save the configuration

Note: This configuration enables the tenant field in the Microsoft connection interface.
Step 4: Connect with Custom Tenant
Return to your flow and locate a Microsoft connector
Click "Connect account"
You should now see a "Tenant" field in the connection form

Enter your Tenant ID in the field
Tenant Value Options
Custom Tenant ID: Enter your organization's specific tenant identifier
Default Behavior: Enter
common
to use Microsoft's default multi-tenant behavior
💡 Tip: If you're unsure about your Tenant ID, you can find it in the Azure Active Directory overview page in the Azure portal.
Disable Custom Tenant
Simply remove the "microsoftTenant" from the Configuration Values or set its value to
false
Last updated
Was this helpful?