Register your Microsoft Teams Graph with your ServiceNow® instance for OAuth authorization to get recordings after a virtual meeting.
Procedimento
-
Navigate to .
-
Select Microsoft Teams Graph.
-
On the form, edit the following fields:
Tabela 1. Third-party OAuth Provider form
| 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.
Resultado
The OAuth registration is added for Microsoft Teams Graph.