
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2023 07:31 AM
I am trying to connect the Google Identity & Access spoke and have followed the steps listed here: https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/integrationhub-stor...
However, when I attempt to get the OAuth code, I am receiving the following error;
Access blocked; Authorization error. Missing required parameter: scope.
I need to get this spoke working because I'm trying to use the Google Cloud DNS Spoke which is dependent on this spoke. I was unable to find any documentation on the scopes to add to the OAuth Entity Profile record.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2023 07:53 AM
I was able to figure it out.
You will need to add the scope, https://www.googleapis.com/auth/cloud-platform, to the OAuth Entity Profile

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2023 07:53 AM
I was able to figure it out.
You will need to add the scope, https://www.googleapis.com/auth/cloud-platform, to the OAuth Entity Profile