Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Microsoft Entra ID Spoke (formerly Microsoft Azure Active Directory spoke)

Manage users, applications, groups, devices, tenants, service principals, and passwords. Apply licenses and provision users in Office 365.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Microsoft Entra ID spoke (formerly known as Microsoft Azure Active Directory spoke) v4.7.5 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • Complex Object (com.glide.cobject)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • IHUB Spoke Util Pack (com.snc.ihub_spoke_util_pack)
  • ServiceNow IntegrationHub Action Step - PowerShell (com.glide.hub.action_step.powershell)
  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • Remote Directory Sync

Spoke flows

The Microsoft Entra ID spoke provides sample flows in the draft state to demonstrate automating Microsoft Entra tasks. To customize a sample flow, copy it to a new application scope. Available sample flows include:

FlowDescription
User OffboardingDisables an Entra ID user account and removes the user from the Entra ID groups when a ServiceNow user record is deactivated.
User OnboardingCreates and enables an Entra ID user account when a ServiceNow user record is activated.

Spoke subflows

The Microsoft Entra ID spoke provides sample subflows in the draft state to demonstrate automating Entra tasks. To customize a sample subflow, copy it to a new application scope. Available sample subflows include:

SubflowDescription
Add User to GroupLooks up the groups that a ServiceNow User record belongs to, and adds the associated Entra ID user account to the same Entra ID groups.

Available sample conversational subflows

Install Now Assist for Conversational Spokes and start using the conversational ability of Integration Hub spokes. For more information, see ServiceNow Otto for Conversational Spokes.

Conversational subflowDescription
Look up Groups - SampleRetrieves information about the specified groups in the Entra ID.
Look up Group Members - SampleRetrieves information about the specified group members in the Entra ID.
Look up Users - SampleRetrieves information about users in the Entra ID.
Look up Direct Reports - SampleRetrieves information about the direct reports in the Entra ID.
Add User to Group using Email Address - SampleAdds the specified Entra ID user to the specified Entra ID group using the user's email address.
Add User to a group - SampleAdds the specified Entra ID user to the specified Entra ID group.

Spoke actions

The Microsoft Entra ID spoke provides actions to automate Entra tasks when events occur in ServiceNow. Available actions include:

Note:

  • One of the mentioned permissions is required to call the API.
  • Ensure that you are aware of these considerations:
    • Select the Delegated permission if you intend to use the Authorization Code grant type while registering Entra ID as an OAuth provider.
    • Select the Application permission if you intend to use the Client Credentials grant type while registering Entra ID as an OAuth provider.
CategoryActionDescriptionPermissions Required \(from least to most privileged\)
Audit LogsLook up Sign Ins StreamRetrieve the list of sign ins.Delegated \(work or school account\)AuditLog.Read.All, Directory.Read.All
Delegated \(personal Microsoft account\)Not supported
ApplicationAuditLog.Read.All , Directory.Read.All
Group ManagementAdd Owner to GroupAdd an owner to an existing group in Microsoft Entra ID.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.ReadWrite.All, Directory.ReadWrite.All
Add User to GroupAdd an existing user to a group in Microsoft Entra ID.Note: Adding a user to a mail-enabled security group is not supported by the Microsoft Graph Security API. For more information, see https://learn.microsoft.com/en-us/graph/api/resources/groups-overview?view=graph-rest-1.0&tabs=http.Delegated \(work or school account\)GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.ReadWrite.All, Group.ReadWrite.All and Directory.ReadWrite.All
Create Office 365 GroupCreates an Office 365 group that can be shared with the other members in the group.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.Create, Group.ReadWrite.All, Directory.ReadWrite.All
Look up Group Membership Stream by DirectoryRetrieve the list of group membership.Delegated \(work or school account\)GroupMember.Read.All, Directory.Read.All, Group.Read.All, Group.ReadWrite.All, GroupMember.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.Read.All, Directory.Read.All, Group.Read.All, Group.ReadWrite.All, GroupMember.ReadWrite.All
Create Security GroupCreates a security group when you want to grant access permissions to a group of users.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.Create, Group.ReadWrite.All, Directory.ReadWrite.All
Look up GroupReturns the Group information found based on the search criteria.Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All
Look up Group Members StreamRetrieves the list of members of the specified group.ApplicationGroupMember.Read.All, Group.Read.All, GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.Read.All
Delegated \(personal Microsoft account\)Not supported.
Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.Read.All
Look up Group Membership StreamRetrieves the list of groups for the specified user as a complex object.Delegated \(work or school account\)User.Read, GroupMember.Read.All, Directory.Read.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDirectory.Read.All, Directory.ReadWrite.All
Look up Group Transitive Membership StreamRetrieves list of groups for the specified user as a complex object.Delegated \(work or school account\)Not supported.
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroups.Read.All, User.Read.All, Sites.FullControl.All, Sites.Selected
Delete GroupDeletes the specified group from Entra ID.Delegated \(work or school account\)Group.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.ReadWrite.All
Add Owners to GroupAdds the specified users as owners to the specified group in the Entra ID.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.ReadWrite.All, Directory.ReadWrite.All
Remove Owner from GroupRemoves the owner from a group in Microsoft Entra ID.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.ReadWrite.All, Directory.ReadWrite.All
Remove User from GroupRemoves an existing user from a group in Microsoft Entra ID.Delegated \(work or school account\)GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All
Look up Groups Stream by DirectoryRetrieves the list of groups in the directory integration.Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All
Look up Groups StreamLists all the groups in an organization.Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All
Add Users to GroupAdd existing users to a group in Microsoft Entra ID.Delegated \(work or school account\)GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.ReadWrite.All, Group.ReadWrite.All and Directory.ReadWrite.All
Update Office 365 GroupUpdates the specified office 365 group.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.ReadWrite.All, Directory.ReadWrite.All
License ManagementLook up Subscribed SKURetrieves the details of the specified subscribed SKU.Delegated \(work or school account\)Organization.Read.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationOrganization.Read.All, Directory.Read.All, Directory.ReadWrite.All, Organization.ReadWrite.All
Look up Subscribed SKUsRetrieves the list of commercial subscriptions that an organization has acquired.Delegated \(work or school account\)Organization.Read.All, Directory.Read.All, Directory.ReadWrite.All, Organization.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationOrganization.Read.All, Directory.Read.All, Directory.ReadWrite.All, Organization.ReadWrite.All
Assign User LicenseOnboards an existing user in the Microsoft Entra ID to Office 365 and grant access to services.Delegated \(work or school account\)User.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.ReadWrite.All, Directory.ReadWrite.All
Remove User LicenseRemoves a license from a user in Microsoft Entra ID.Delegated \(work or school account\)User.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.ReadWrite.All, Directory.ReadWrite.All
Application ManagementLook up App Roles Assignments StreamRetrieves the list of the app roles that have been assigned to a user.Delegated \(work or school account\)User.ReadBasic.All, Directory.Read.All, AppRoleAssignment.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported
ApplicationDirectory.Read.All, AppRoleAssignment.ReadWrite.All
Create Application AssignmentCreates an assignment for a specified application in Microsoft Entra ID.Delegated \(work or school account\)DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All
Delete Application AssignmentDeletes the specified application assignment in Microsoft Entra ID.Delegated \(work or school account\)DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All
Look up Application Assignments StreamLists all application assignments for the specified application in Microsoft Entra ID.Delegated \(work or school account\)DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All
Revoke User Application AccessRemoves an app role assignment that has been granted to a user.Delegated \(work or school account\)AppRoleAssignment.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationAppRoleAssignment.ReadWrite.All
Look up Applications StreamRetrieves the list of applications.Delegated \(work or school account\)Application.Read.All, Application.ReadWrite.All, Directory.Read.All
Delegated \(personal Microsoft account\)Application.Read.All and User.Read, Application.ReadWrite.All and User.Read
ApplicationApplication.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.Read.All
Device ManagementAdd Device to GroupAdds an existing device to a group in the Entra ID.Delegated \(work or school account\)GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported
ApplicationGroupMember.ReadWrite.All, Group.ReadWrite.All and Directory.ReadWrite.All
Is Device in GroupChecks if an existing device is a member of a group in Entra ID.Delegated \(work or school account\)Device.Read.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDevice.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Add Devices to GroupAdds the specified devices to the specified group in Entra ID.Delegated \(work or school account\)Group.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroup.ReadWrite.All, Directory.ReadWrite.All
Look up Devices StreamLists all the devices in an organization or devices that satisfy the specified filter query, if any.Delegated \(work or school account\)Device.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDevice.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Remove Device from GroupRemove an existing device from a group in the Entra ID.Delegated \(work or school account\)GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All
Organization ManagementLook up TenantRetrieves details of the currently authenticated tenant.Delegated \(work or school account\)DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationDeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All
User AuthenticationRevoke User SignIn SessionsRevokes the user signin sessions so that administrators can automate invalidating all the sign in session of a specified user.  
Service Principal ManagementLook up App Role Assigned to Service Principal StreamRetrieves the list of service principal assignments.Delegated \(work or school account\)Application.Read.All, Directory.Read.All, Application.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationApplication.Read.All, Directory.Read.All, Application.ReadWrite.All, Directory.ReadWrite.All
Look up Service Principals StreamRetrieves the list of service principals.Delegated \(work or school account\)Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationApplication.Read.All, Application.ReadWrite.All, Directory.Read.All
Password ManagementReset PasswordResets the password of the Entra ID user account.Note: This spoke action resets the password of users created in Entra ID only and does not reset the password of the federated users.Delegated \(work or school account\)User-PasswordProfile.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser-PasswordProfile.ReadWrite.All
Look up Password ExpirationRetrieves Password expiration details for the provided user from Microsoft Entra ID.Delegated \(work or school account\)User.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Change PasswordChanges the password of a user in Microsoft Entra ID. Ensure that the password meets the Entra ID password requirements.Delegated \(work or school account\)User-PasswordProfile.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationNot supported.
Generate Random PasswordGenerates the random password as per the default Entra ID password policy.Note: You must install the KMF plugin before executing this action.Delegated \(work or school account\)None.
Delegated \(personal Microsoft account\)
Application
User ManagementLook up UserRetrieves a user account from Entra.Delegated \(work or school account\)User.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Look up Users Stream by DirectoryRetrieves the list of users from a directory.ApplicationUser.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.Read.All
Revoke User SignIn SessionsInvalidates all signed in sessions of a user.Delegated \(work or school account\)User.ReadWrite.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationNot supported.
Create UserCreates a user with the given details.Delegated \(work or school account\)User.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.ReadWrite.All, Directory.ReadWrite.All
Delete UserDeletes a user from Microsoft Entra ID.Delegated \(work or school account\)Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.ReadWrite.All
Disable UserDisables a user in Microsoft Entra ID.Delegated \(work or school account\)User.ReadWrite, User.ReadWrite.All, User.ManageIdentities.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)User.ReadWrite
ApplicationUser.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Enable UserEnables a user account in the Microsoft Entra ID.Delegated \(work or school account\)User.ReadWrite, User.ReadWrite.All, User.ManageIdentities.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)User.ReadWrite
ApplicationUser.ReadWrite.All, User.ManageIdentities.All, Directory.ReadWrite.All
Fetch Latest Delta Token for UsersReturns the latest delta token for the users.Delegated \(work or school account\)User.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Is User EnabledChecks whether the specified user account is enabled in Microsoft Entra ID.Delegated \(work or school account\)User.Read, User.ReadWrite, User.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)User.Read, User.ReadWrite
ApplicationUser.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Is User in GroupChecks whether the specified user account is a member of the specified group in Entra.Delegated \(work or school account\)User.ReadBasic.All, User.Read.All, Directory.Read.All, User.ReadWrite.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.ReadBasic.All, User.Read.All, Directory.Read.All, User.ReadWrite.All, Directory.ReadWrite.All
Look up Users StreamLists all the users in an organization or users satisfying the specified search query, filter and next token if any.ApplicationUser.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.Read.All
Update UserUpdates user properties in Entra ID with the provided details.Note: Entra ID does not allow updating values to null. Null or empty values are discarded in Entra ID when null is passed as an input.Delegated \(work or school account\)User.ReadWrite, User.ReadWrite.All, User.ManageIdentities.All, Directory.ReadWrite.All, Directory.AccessAsUser.All
Delegated \(personal Microsoft account\)User.ReadWrite
ApplicationUser.ReadWrite.All, User.ManageIdentities.All, Directory.ReadWrite.All
Does User owns GroupChecks if an existing user is a owner of a group in Entra ID.Delegated \(work or school account\)GroupMember.Read.All, Group.Read.All, GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.Read.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationGroupMember.Read.All, Group.Read.All, GroupMember.ReadWrite.All, Group.ReadWrite.All, Directory.Read.All
Look up Incremental Changes for Users StreamRetrieves the list of users in Entra ID. By using Delta Token, enables you discover changes to users without having to fetch the entire set of users.Delegated \(work or school account\)User.Read, User.ReadWrite, User.ReadBasic.All, User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Delegated \(personal Microsoft account\)Not supported.
ApplicationUser.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All

Available AI agents

Install Now Assist for Integration Hub and start using the available AI agents. For more information, see ServiceNow Otto for Integration Hub.

This spoke provides standalone AI agents that mimic human-like intelligence to perform tasks in your ServiceNow instance.

  • In the ServiceNow agentic system, you can create an agentic workflow that comprises of a set of large language model (LLM) instructions along with one or more standalone AI agents to execute an objective. See for information about adding AI agents to create agentic workflows as per your requirement and provide the required trigger.

    You can also search for other available AI agents and add them to your agentic workflow. See Find AI agents for more information.

  • You can create a clone of the required spoke AI agent and customize it as per your requirement. See for more information about creating a clone.

  • See for information about AI agents.

Available AI agents include:

AI agentDescription
Microsoft Entra ID user management AI agentAutomates user and group management tasks in Microsoft Entra ID. The AI agent creates, enables and disables users, manages security and office groups, and performs advanced queries such as, retrieving incremental changes or direct reports.
Microsoft Entra ID group management AI agentAutomates user and group management tasks in Microsoft Entra ID. The AI agent retrieves group details, manages group memberships, creates security groups, and automates user provisioning into Office 365.
Microsoft Entra ID license management AI agentAutomates the management of users, security groups, and office groups in Microsoft Entra ID. The AI agent retrieves details about the subscribed SKUs, assigns user licenses, and remove user licenses.

There might be AI agents installed with the Now Assist application that are not used in agentic workflows. To learn how to see all agents that are available to you, see Find AI agents.

Note: Ensure that the user running an AI agent has the required roles and permissions to access data or perform operations on data in the table that is associated with the AI agent.

Microsoft Entra ID account requirements

The Microsoft Entra ID spoke requires creating a custom app on your Microsoft Entra account to generate OAuth 2.0 tokens. See: Create an Microsoft Entra ID application.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

This spoke uses the AzureAD alias record to authorize actions on Microsoft Entra ID.

Connection aliasDescriptionConnection URL
AzureADConnection to Microsoft Entra ID.https://graph.microsoft.com

For information about setting up the spoke, see Set up Microsoft Entra ID spoke.