mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-oauth.gif | ||
| 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
- Access the Microsoft Application Registration Portal.
- In the top left, click on New registration.
- Enter a name and select an appropriate account type by clicking radio buttons.
- 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.
- Copy the 'Application (client) ID' and the 'Directory (tenant) ID' from the Overview section and use with your Microsoft OAuth2 API credentials in n8n.
- Click on the New client secret button in the Certificates & secrets section and create a new client secret.
- Copy the client secret and use it with your Microsoft OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect a Microsoft account to n8n.
- Click the Save button to save your credentials.
