Info |
---|
This article explains how to set up the Cloudaware application in ServiceNow. Cloudaware extends the Configuration Item table in ServiceNow with additional cloud inventory data. |
...
Name: set up a meaningful name, e.g. Google JWT …
Client ID: set up as notneeded
Client secret: set up as notneeded
Token: click the lock icon to insert https://oauth2.googleapis.com/token
→ click the lock icon again to save.
Default grant type: select 'JWT Bearer' from the list
Click Submit.
...
Go to All → Connections & Credentials → Credentials. Click New.
<…>
Select 'OAuth Auth 2.0 Credentials' from the list. For the oAuth Entity Profile, select 'Google JWT Profile' that was created earlier. Using the right-click on the upper part of the page, select Save.
<…>
Click Get OAuth Token to test the connection.
Go to All → Connections & Credentials Aliases. Click New.
Set the name as 'Google JWT' and save. In the table below, click New to create a HTTP(s) Connection.
For the Credential, select JWT Credentials record created earlier.
Check the box URL builder - in Host input the link http://bigquery.googleapis.com; in Base path input the link - /bigquery/v2/
Save.
...