Skip to content

Commit d382e26

Browse files
author
Dzmitry Lahoda
authored
fixed link and made button title same as on page (#18216)
1 parent 592cf4a commit d382e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/social/google-logins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tutorial shows you how to enable users to sign in with their Google account
1717
## Create a Google API Console project and client ID
1818

1919
* Install [Microsoft.AspNetCore.Authentication.Google](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Google).
20-
* Navigate to [Integrating Google Sign-In into your web app](https://developers.google.com/identity/sign-in/web/devconsole-project) and select **CONFIGURE A PROJECT**.
20+
* Navigate to [Integrating Google Sign-In into your web app](https://developers.google.com/identity/sign-in/web/sign-in) and select **Configure a project**.
2121
* In the **Configure your OAuth client** dialog, select **Web server**.
2222
* In the **Authorized redirect URIs** text entry box, set the redirect URI. For example, `https://localhost:44312/signin-google`
2323
* Save the **Client ID** and **Client Secret**.

0 commit comments

Comments
 (0)