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 | description |
|---|---|
| /credentials/microsoft | Learn to configure credentials for the nodes based on Microsoft services in n8n |
Microsoft
You can use these credentials to authenticate the following nodes with Microsoft.
Prerequisites
Create a Microsoft Azure account.
Using OAuth
::: tip ⛅️ Note for n8n.cloud users You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Microsoft account to n8n. :::
- 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.
