Outbound REST with OAuth 2.0 profile tutorial - integrating with Google Contacts API
This tutorial explains how to use an OAuth 2.0 profile to authenticate an outbound REST message with Google to retrieve contact information.
The procedures detailed in this tutorial require the oauth_admin and web_service_admin roles. Ensure you have both of these roles before starting this tutorial.
- OAuth 2.0 tutorial - configure the Google service as an OAuth provider
Use the Google Developer Console to set up an OAuth 2.0 provider. - OAuth 2.0 tutorial - create an OAuth provider and profile
Set up the Google service as an OAuth provider in ServiceNow by entering your client information, Google API URLs, and configuring the OAuth profile. - OAuth 2.0 tutorial - create a REST message
Create a REST message and associated HTTP method to contact the Google service using the OAuth 2.0 profile.
Parent Topic:Configure a REST message with OAuth