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

Setup OAuth connectivity with Microsoft Teams Connections spoke for virtual meeting

Register your Microsoft Teams Communications spoke with ServiceNow instance for OAuth authorization.

Before you begin

Ensure the following:

Role required: admin

Procedure

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

  2. Click New.

  3. Click Connect to a third-party OAuth provider.

  4. On the form, fill in the fields:

    FieldDescription
    NameUnique name to identify the record, for example, Microsoft Teams Communications.
    Client IDClient ID created during the app creation. You can copy it from Application overview in the Microsoft Azure portal.
    Client SecretThe password you generated when creating the app in Microsoft Azure.
    Default Grant TypeGrant type used to establish the token. Select Client Credentials.
    Authorization URLOAuth authorization code endpoint. Enter https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/authorize.
    Token URLOAuth server token endpoint. Enter https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token >.
    Redirect URLOAuth callback endpoint. The URL is automatically filled as https://<instance-name>.service-now.com/oauth_redirect.do.
  5. Right-click in the form header and click Save.

    A system-generated OAuth entity profile is created and displayed in the OAuth Entity Profiles related list. For example, Microsoft Teams Communication default_profile.

  6. Update the OAuth entity profile.

    1. Select the default OAuth entity profile.

    2. On the form, in the OAuth Entity Profile Scopes related list, double-click Insert a new row....

    3. In the OAuth Entity Scope field, click the Search icon

Image omitted: search-icon.png
search icon.
4.  In the OAuth Entity Scope window that opens, click **New**.

5.  On the form, fill in the fields.

    |Field|Description|
    |-----|-----------|
    |Name|Enter a descriptive name, for example, MS Teams Communications.|
    |OAuth provider|Provider associated with this scope, for example, MS Sync.|
    |OAuth scope|The scope that you are granted by the provider. Enter `.default`.|

6.  Click **Submit**.
  1. Save the changes.

Result

The OAuth registration is added for Microsoft Teams Communications spoke.

Parent Topic:Connect Workplace Reservation Management with Microsoft Teams

Previous topic:Authenticate Microsoft Teams with Microsoft Azure

Next topic:Setup OAuth connectivity between ServiceNow and Microsoft Teams Graph