Set up the Microsoft Teams Graph spoke

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Integrate the ServiceNow instance and Microsoft Teams account by creating a custom OAuth application in Microsoft Azure portal to authenticate ServiceNow requests.

    Before you begin

    • Request an Integration Hub subscription.
    • Activate the Microsoft Teams Graph spoke.
    • Role required: admin.

    Register an application using the Microsoft Azure portal

    Provide authorization to the ServiceNow instance by registering an application in Microsoft Entra ID (formerly Microsoft Azure Active Directory).

    Before you begin

    Role required: Microsoft Entra ID admin

    About this task

    Complete these steps from the Microsoft Azure portal.

    Procedure

    1. In the Microsoft Azure portal, copy and record the Directory ID for later use.
    2. Register your application in Azure portal. For instructions on registering an application, see Tutorial: Register an app with Microsoft Entra ID in the Microsoft Docs.
    3. Copy and record the Application ID for later use.
    4. Add the Redirect URL in this format: https://<instance-name>.service-now.com/oauth_redirect.do.
    5. For the Required Permissions, select Microsoft Graph.

      For more information, see Permissions and consent in the Microsoft identity platform in Microsoft Docs.

      For information about the permissions required to use the spoke actions, see the Spoke actions section in Microsoft Teams Graph Spoke. Provide permissions as per your requirement. For more information about the permissions, see Microsoft Graph REST API v1.0 reference in Microsoft Docs.

    6. Record the Client Secret for use in later configurations.

    Result

    The ServiceNow application is created with Microsoft Entra ID.

    Configure connections for the Microsoft Teams Graph spoke

    Add and configure the Microsoft Teams connections to authenticate ServiceNow requests in the Microsoft Teams Graph spoke.

    Before you begin

    Role required: admin

    Procedure

    1. Navigate to All > Process Automation > Workflow Studio.
    2. Select the Integrations tab.
    3. Under Connections, toggle and enable the Outbound connections.
    4. Configure the Microsoft Teams Spoke connection.
      1. Locate the Microsoft Teams Spoke connection alias and select View Details.
        • To configure the default connection and credential alias record that is shipped along with the Microsoft Teams spoke, select View Details.

          Connection for the Microsoft Teams Spoke

        • To manage more than one Microsoft Teams spoke connection records, you should create a child alias record by clicking Add Connection. For more information about using multiple connections, see Supporting multiple connections.

        If you're configuring the spoke for the first time, select Configure. Otherwise, select Edit.

        Initial connection configuration

      2. On the form, fill in these fields:
        Field Description
        Name Name to identify the alias record associated with this connection.
        Connection URL Connection URL. Enter https://graph.microsoft.com.
        API Version The value is set to v1.0 by default.

        If you're using any other API version, update the version number here.

        Authorization URL OAuth authorization code endpoint. Enter https://login.microsoftonline.com/<Directory-ID>/oauth2/v2.0/authorize.
        Token URL OAuth server token endpoint. Enter https://login.microsoftonline.com/<Directory-ID>/oauth2/v2.0/token.
        Token Revocation URL OAuth server token revocation endpoint.
        OAuth Client ID Application ID created during application registration.
        OAuth Client Secret Client secret created during application registration.
        OAuth Redirect URL OAuth callback endpoint. Enter https://<instance-name>.service-now.com/oauth_redirect.do.
        Configure a connection for the Microsoft Teams spoke
      3. Select Save and Get OAuth Token.
    5. Configure the Microsoft Teams Graph Client Credentials connection.
      Except the Look up Schedules action, all the other calendar and webhook management spoke actions use this connection record.
      1. Locate the Microsoft Teams Graph Client Credentials connection alias and select View Details.
        • To configure the default connection and credential alias record that is shipped along with the Microsoft Teams Graph Client Credentials, select View Details.

          Connection for the Microsoft Teams Graph Client Connection

        • To manage more than one Microsoft Teams Graph Client Credentials connection records, you should create a child alias record by clicking Add Connection. For more information about using multiple connections, see Supporting multiple connections.

        If you're configuring the spoke for the first time, select Configure. Otherwise, select Edit.

        Initial connection configuration

      2. On the form, fill in these fields:
        Field Description
        Name Name to identify the alias record associated with this connection.
        Connection URL Connection URL. Enter https://graph.microsoft.com.
        API Version The value is set to v1.0 by default.

        If you're using any other API version, update the version number here.

        Token URL OAuth server token endpoint. Enter https://login.microsoftonline.com/<Directory-ID>/oauth2/v2.0/token.
        OAuth Client ID Application ID created during application registration.
        OAuth Client Secret Client secret created during application registration.

        Configure a connection for the Microsoft Teams Graph Client Credentials

      3. Select Save and Get OAuth Token.

    Result

    The Microsoft Teams Graph spoke is set up and Microsoft Teams account is integrated with your ServiceNow instance.