n8n-docs/docs/nodes/credentials/Microsoft
2020-08-16 08:06:13 +02:00
..
README.md 🔨 Add permalinks to credential docs 2020-08-16 08:06:13 +02:00
using-oauth.gif Mondocs (#72) 2020-07-30 10:31:15 +02:00

permalink
/credentials/microsoft

Microsoft

Microsoft credentials work with several different nodes. You can find a list of nodes and their supported operations in the integrations page linked below. You can also browse the source code of the node on GitHub.

Node Name Supported Operations Source Code
Microsoft Excel Integrations Page GitHub
Microsoft OneDrive Integrations Page GitHub

Prerequisites

Create a Microsoft Azure account.

Using OAuth

  1. Access the Microsoft Application Registration Portal.
  2. In the top left, click on New registration.
  3. Enter a name and select an appropriate account type by clicking radio buttons.
  4. Copy the 'OAuth Callback URL' provided in the Microsoft OAuth2 API credentials in n8n and paste it in the 'Redirect URI (optional)' section in the Microsoft application registration page.
  5. Copy the 'Application (client) ID' and the 'Directory (tenant) ID' from the Overview section and use with your Microsoft OAuth2 API credentials in n8n.
  6. Click on the New client secret button in the Certificates & secrets section and create a new client secret.
  7. Copy the client secret and use it with your Microsoft OAuth2 API credentials in n8n.
  8. Click on the circle button in the OAuth section to connect a Microsoft account to n8n.
  9. Click the Save button to save your credentials.

Getting Microsoft credentials