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

Set up the Microsoft Intune spoke

Integrate your ServiceNow instance with the Microsoft Intune account by creating a custom OAuth application in Microsoft Intune.

Before you begin

  • Request an Integration Hub subscription.
  • Activate the Microsoft Intune plugin.
  • Role required: admin.

Register OAuth application using the Microsoft Azure portal

Provide authorization to the ServiceNow instance by registering an application on Microsoft Entra ID.

Before you begin

Role required: Azure Active Directory admin

About this task

Complete these steps from the Microsoft Azure portal.

Procedure

  1. Log in to the Microsoft Azure portal.

    For instructions on registering an application, see Tutorial: Register an app with Azure Active Directory in the Microsoft Azure documentation.

  2. In the Azure portal, add the Redirect URIs.

    The Redirect URI should be in the format https://<instance-name>.service-now.com/oauth_redirect.do. For more information, see Authentication and authorization for Azure Time Series Insights API.

  3. For the Required Permissions, ensure that you provide these permissions:

Image omitted: api-permission-ms-intune.png
API permissions
Depending on your requirement, the permissions can be of the type, **Application**, or **Delegated**. For more information, see [Quickstart: Configure a client application to access a web API](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis) in [Microsoft Docs](https://docs.microsoft.com/en-us/).
  1. In the Azure portal, create a client secret.

    For more information, see Option 2: Create a new application secret.

  2. Copy the client secret for later reference.

Result

The ServiceNow application is created with Microsoft Azure AD.

Register Microsoft Intune as an OAuth provider

Use the information generated during the application configuration in Microsoft Azure portal to register Microsoft Intune as the OAuth provider so that the ServiceNow instance can request OAuth 2.0 tokens.

Before you begin

Role required: admin

Procedure

  1. Navigate to All > System OAuth > Application Registry.

  2. Open for the record, Microsoft Intune.

  3. On the form, fill these values.

    FieldDescription
    Client IDApplication ID created during application registration.
    Client SecretClient secret created during application registration.
    ActiveOption to actively use the application registry.
    Authorization URLOAuth authorization code endpoint. Enter https://login.microsoftonline.com/<Directory-ID>/oauth2/v2.0/authorize.
    Token URLOAuth server token endpoint. Enter https://login.microsoftonline.com/<Directory-ID>/oauth2/v2.0/token.
    Token Revocation URLOAuth server token revocation endpoint.
    Redirect URLOAuth callback endpoint. Enter https://<instance-name>.service-now.com/oauth_redirect.do.
  4. Right-click the form header, and click Save.

Create a credential record for the Microsoft Intune spoke

Authorize the Microsoft Intune spoke actions by creating credential records for the application registered in the Microsoft Azure portal. The Microsoft Intune connection and credential alias uses these credentials to authorize actions.

Before you begin

Role required: admin.

Procedure

  1. Navigate to All > Connections & Credentials > Credentials.

  2. Click New.

    The system displays this message: What type of Credentials would you like to create?

  3. Select OAuth 2.0 Credentials.

  4. On the form, fill in the fields.

    FieldDescription
    NameName to uniquely identify the record. For example, MS Intune Cred.
    ActiveOption to actively use the credential record.
    OAuth Entity ProfileOAuth profile created during the registration of Microsoft Intune as an OAuth provider. For example, Microsoft Intune default_profile.
  5. Right-click the form header and click Submit.

  6. To generate the OAuth token, click the Get OAuth Token related link.

Create a connection record for the Microsoft Intune spoke

Perform actions in Microsoft Intune by creating connection records for your Microsoft Intune account. The Microsoft Intune connection and credential alias uses these connections to perform actions.

Before you begin

Role required: admin.

Procedure

  1. Navigate to All > Connections & Credentials > Connections & Credentials Aliases.

  2. Open the alias record, Microsoft_Intune.

  3. From the Connections tab, click New.

  4. On the form, fill in the fields.

FieldDescription
NameName to uniquely identify the record. For example, `MS Intune Connection`.
CredentialCredential record created for Microsoft Intune spoke. For example, `MS Intune Cred`.
Connection aliasAlias record associated with this connection.
URL builderNote: Do not select the check box.
Connection URLConnection URL. Enter `https://graph.microsoft.com`.
ActiveOption to actively use the connection.
DomainDomain that the action or activity runs in.
  1. In the Attributes tab, specify v1.0 for u_version.

  2. Click Submit.

Result

The Microsoft Intune spoke is set up and Microsoft Intune is integrated with the ServiceNow instance.