Skip to content

Commit c6d5a7b

Browse files
authored
chore: update service accounts URL in README (#2210)
1 parent 1f1b621 commit c6d5a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/oauth-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If your application runs on Google App Engine, a service account is set up autom
2828

2929
If your application doesn't run on Google App Engine or Google Compute Engine, you must obtain these credentials in the Google Developers Console. To generate service-account credentials, or to view the public credentials that you've already generated, do the following:
3030

31-
1. Open the [**Service accounts** section](https://console.developers.google.com/permissions/serviceaccounts?project=_) of the Developers Console's **Permissions** page.
31+
1. Open the [**Service accounts** section](https://console.cloud.google.com/iam-admin/serviceaccounts) of the Developers Console's **IAM & Admin** page.
3232
2. Click **Create service account**.
3333
3. In the **Create service account** window, type a name for the service account and select **Furnish a new private key**. If you want to [grant G Suite domain-wide authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority) to the service account, also select **Enable G Suite Domain-wide Delegation**. Then, click **Create**.
3434

0 commit comments

Comments
 (0)