Configure the JWT provider for MS Teams
Add a JSON Web Token (JWT) provider to your ServiceNow instance.
Before you begin
- Copy and record the value of Application (client) ID and Directory (tenant) ID of the application you had registered in the Azure portal.
Image omitted: ms-sharept-clientid.png
Copy the values of Client ID and Tenant ID.
Copy the values of Client ID and Tenant ID.
- Role required: admin
Procedure
Navigate to System OAuth > JWT Providers.
Open the record MS Teams Connector JWT Provider.
Enter values for iss, sub, and aud in the Standard Claims related list.
Field Value aud Microsoft Online URL in this format: https://login.microsoftonline.com/<tenant-id>/oauth2/token. Replace<tenant-id>with Directory (tenant) ID value of your application had registered in the Azure portal.iss Application (client) ID of the application you had registered in Azure portal. sub Application (client) ID of the application you had registered in Azure portal. Click Update.
Parent Topic:Using Certificates for authentication