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. |
...
Click the name of OAuth Entity Profile (in this example, Google JWT default_profile).
<…>
In JWT Provider, click the magnifier icon (Lookup using list) and select 'Google JWT Provider' from the list.
<…>
Click Update.
4. Go back to JWT Provider -> select Providers. Select 'Google JWT Provider' from the list. Select the tab 'Custom Claims'. Click the plus sign to add a new claim: scope - string - https://www.googleapis.com/auth/bigquery
<…>
All -> type 5. Create Connection:
Go to All → Connections & Credentials (under IntegrationsHub). Select → Credentials. Click New.
Select 'OAuth 2.0 Credentials' from the list. For the oAuth Entity Profile, select Google JWT Profile that was created earlier. Save.
Click Get OAuth Token to test the connection.Go to Connections & Credentials Aliases. 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.
...