Setup OAuth connectivity between ServiceNow and Microsoft Teams Graph
Register your Microsoft Teams Graph with your ServiceNow® instance for OAuth authorization to get recordings after a virtual meeting.
Before you begin
Authenticate Microsoft Teams Graph with Microsoft Azure. Follow the similar procedure explained in Authenticate Microsoft Teams with Microsoft Azure.
Role required: admin
Procedure
Navigate to All > System OAuth > Application Registry.
Select Microsoft Teams Graph.
On the form, edit the following fields:
Filed Description Client ID Client ID created during the app creation. You can copy it from Application overview in the Microsoft Azure portal. Client Secret The password you generated when creating the app in Microsoft Azure. Authorization URL OAuth authorization code endpoint. Enter https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/authorize.Token URL OAuth server token endpoint. Enter https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token >.Redirect URL OAuth callback endpoint. The URL is automatically filled as https://<instance-name>.service-now.com/oauth_redirect.do.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 Graph default_profile.Save the changes.
Result
The OAuth registration is added for Microsoft Teams Graph.
Parent Topic:Connect Workplace Reservation Management with Microsoft Teams
Previous topic:Setup OAuth connectivity with Microsoft Teams Connections spoke for virtual meeting
Next topic:Create credential for Microsoft Teams Communication