Skip to content

Commit edb2516

Browse files
authored
docs: fix link to service accounts documentation (#986)
fixed link based on https://developers.google.com/identity/protocols/oauth2/service-account
1 parent 0f60eda commit edb2516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If your application runs on Google Compute Engine, a service account is also set
3030

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

33-
1. Open the [**Service accounts** page](https://console.developers.google.com/permissions/serviceaccounts). If prompted, select a project.
33+
1. Open the [**Service accounts** page](https://console.developers.google.com/iam-admin/serviceaccounts). If prompted, select a project.
3434
1. Click **Create service account**.
3535
1. 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**.
3636

0 commit comments

Comments
 (0)