mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Add Microsoft Entra ID node docs (#2743)
This commit is contained in:
committed by
GitHub
parent
46548a8d40
commit
7cac603b8d
@@ -0,0 +1,57 @@
|
||||
---
|
||||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
||||
title: Microsoft Entra ID node documentation
|
||||
description: Learn how to use the Microsoft Entra ID node in n8n. Follow technical documentation to integrate Microsoft Entra ID node into your workflows.
|
||||
contentType: integration
|
||||
---
|
||||
|
||||
# Microsoft Entra ID node
|
||||
|
||||
Use the Microsoft Entra ID node to automate work in Microsoft Entra ID and integrate Microsoft Entra ID with other applications. n8n has built-in support for a wide range of Microsoft Entra ID features, which includes creating, getting, updating, and deleting users and groups, as well as adding users to and removing them from groups.
|
||||
|
||||
On this page, you'll find a list of operations the Microsoft Entra ID node supports, and links to more resources.
|
||||
|
||||
/// note | Credentials
|
||||
You can find authentication information for this node [here](/integrations/builtin/credentials/microsoftentra/).
|
||||
///
|
||||
|
||||
|
||||
## Operations
|
||||
|
||||
* **Group**
|
||||
* **Create**: Create a new group
|
||||
* **Delete**: Delete an existing group
|
||||
* **Get**: Retrieve data for a specific group
|
||||
* **Get Many**: Retrieve a list of groups
|
||||
* **Update**: Update a group
|
||||
* **User**
|
||||
* **Create**: Create a new user
|
||||
* **Delete**: Delete an existing user
|
||||
* **Get**: Retrieve data for a specific user
|
||||
* **Get Many**: Retrieve a list of users
|
||||
* **Update**: Update a user
|
||||
* **Add to Group**: Add user to a group
|
||||
* **Remove from Group**: Remove user from a group
|
||||
|
||||
## Templates and examples
|
||||
|
||||
<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->
|
||||
[[ templatesWidget(page.title, 'microsoft-entra-id-azure-active-directory') ]]
|
||||
|
||||
## Related resources
|
||||
|
||||
<!-- vale from-microsoft.We = NO -->
|
||||
Refer to [Microsoft Entra ID's documentation](https://learn.microsoft.com/en-us/graph/api/resources/identity-network-access-overview?view=graph-rest-1.0){:target=_blank .external-link} for more information about the service.
|
||||
<!-- vale from-microsoft.We = YES -->
|
||||
|
||||
--8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md"
|
||||
|
||||
## Common issues
|
||||
|
||||
Here are some common errors and issues with the Microsoft Entra ID node and steps to resolve or troubleshoot them.
|
||||
|
||||
### Updating the Allow External Senders and Auto Subscribe New Members options fails
|
||||
|
||||
You can't update the **Allow External Senders** and **Auto Subscribe New Members** options directly after creating a new group. You must wait after creating a group before you can change the values of these options.
|
||||
|
||||
When designing workflows that use multiple Microsoft Entra ID nodes to first create groups and then update these options, add a [Wait](/integrations/builtin/core-nodes/n8n-nodes-base.wait/) node between the two operations. A Wait node configured to pause for at least two seconds allows time for the group to fully initialize. After the wait, the update operation can complete without erroring.
|
||||
@@ -6,7 +6,9 @@ description: Documentation for the Microsoft Entra ID credentials. Use these cre
|
||||
|
||||
# Microsoft Entra ID credentials
|
||||
|
||||
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
|
||||
You can use these credentials to authenticate the following nodes:
|
||||
|
||||
* [Microsoft Entra ID](/integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra/)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -22,8 +24,6 @@ Microsoft includes an Entra ID free plan when you create a [Microsoft Azure](htt
|
||||
|
||||
Refer to [Microsoft Entra ID's documentation](https://www.microsoft.com/en-us/security/business/identity-access/azure-active-directory){:target=_blank .external-link} for more information about the service.
|
||||
|
||||
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/microsoft-entra-id-azure-active-directory/){:target=_blank .external-link} on n8n's website.
|
||||
|
||||
## Using OAuth2
|
||||
|
||||
--8<-- "_snippets/integrations/builtin/credentials/cloud-oauth-button.md"
|
||||
|
||||
@@ -598,6 +598,7 @@ nav:
|
||||
- MessageBird: integrations/builtin/app-nodes/n8n-nodes-base.messagebird.md
|
||||
- Metabase: integrations/builtin/app-nodes/n8n-nodes-base.metabase.md
|
||||
- Microsoft Dynamics CRM: integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm.md
|
||||
- Microsoft Entra ID: integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra.md
|
||||
- Microsoft Excel 365: integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel.md
|
||||
- Microsoft Graph Security: integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity.md
|
||||
- Microsoft OneDrive: integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive.md
|
||||
|
||||
Reference in New Issue
Block a user