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

Enable authentication of guest users

Verify and update application registry values to authenticate guest users in the Microsoft Teams application to start and import chats for a self-configured app.

Before you begin

Role required: oauth_admin

Procedure

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

  2. Select the Microsoft Teams Chat Single Tenant application registry.

  3. On the form, verify and update the fields.

  1. Select Save.

  2. Navigate to ServiceNow for Microsoft Teams > Properties.

  3. Select the option Set this property to true to use integration hub action for Start Chat / Import chat flows.

  4. Select Save.

  5. Repeat this procedure for the Microsoft Teams Chat App Permission ST application registry.

Parent Topic:Request-based chat access for a guest user

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.

FieldDescription
NameName to identify the record. For example, Microsoft Teams Chat self-configured app, Microsoft Teams Chat App Permission ST, and so on.
Client IDApplication ID created in the Microsoft Azure portal.
Client SecretPassword generated during the app creation process in ServiceNow for Microsoft Teams.
Authorization URLAuthorization URL that includes the tenant ID that was generated during the creation of your app in ServiceNow for Microsoft Teams in the following format: `https://login.microsoftonline.com//oauth2/v2.0/authorize`
Token URLToken URL that includes the tenant ID of your app that was generated during creation in ServiceNow for Microsoft Teams in the following format: `https://login.microsoftonline.com//oauth2/v2.0/token`
Redirect URLRedirect the URL that includes your ServiceNow for Microsoft Teams instance URL in the following format: https://<instanceURL>/oauth\_redirect.do