You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/google-big-query/external.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,27 +148,23 @@ If **Data Access** classifies the BigQuery scope as sensitive or restricted, com
148
148
10. In **YouTube link**, paste the URL of an unlisted YouTube demonstration showing the English OAuth grant flow and how the app uses each requested scope.
149
149
11. Click **Submit for Verification**.
150
150
151
-
Google can request more information through the support and developer-contact email addresses. Check **Branding** and **Verification Center** for the current review status, including whether review is paused for a response.
151
+
Google can request more information through the support and developer-contact email addresses. Follow the status shown in **Branding** and **Verification Center**, including whether review is paused for a response. Obtain guidance from the application owner or cloud security owner on whether approval is required before you continue to create the OAuth client.
152
152
153
153
<!-- screenshot: the Data Access page with the BigQuery scope in the selected-scopes table -->
154
154
155
155
### Create the OAuth client {#create-oauth-client}
156
156
157
-
1. Follow [Add the server in Speakeasy](speakeasy.md#add-server-in-speakeasy).
158
-
2. On the server's **Overview**, open **Settings**.
159
-
3. Under **Authentication**, click **Configure Manually**.
160
-
4. If **Use Discovered** is offered instead, click **Use Discovered**.
161
-
5. In **Attach Remote Identity Provider**, set **Client Type** to **Manual**.
162
-
6. Copy the **Redirect URI**.
163
-
164
-
Return to the Google Cloud console.
165
-
166
157
1. Open **Google Auth platform** > **Clients**.
167
158
2. Click **Create client**.
168
159
3. Set **Application type** to **Web application**.
169
160
4. In **Name**, enter a recognizable name, such as `Speakeasy AI Control Plane`.
170
161
5. Under **Authorized redirect URIs**, click **+ Add URI**.
171
-
6. Paste the copied **Redirect URI**, shown here as `{{ gram.oauth.callback_url }}`.
162
+
6. Paste this value:
163
+
164
+
```
165
+
{{ gram.oauth.callback_url }}
166
+
```
167
+
172
168
7. Prepare a secure location for the client secret, which the next dialog shows for one-time copying.
0 commit comments