Skip to content

Commit e5a90cb

Browse files
authored
Merge pull request #101690 from chyonek/patch-1
Deprecated Google guide replaced with a new one
2 parents af12175 + cd5a1f4 commit e5a90cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-authentication-provider-google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To complete the procedure in this topic, you must have a Google account that has
1818

1919
## <a name="register"> </a>Register your application with Google
2020

21-
1. Follow the Google documentation at [Google Sign-In for server-side apps](https://developers.google.com/identity/sign-in/web/server-side-flow) to create a client ID and client secret. There's no need to make any code changes. Just use the following information:
21+
1. Follow the Google documentation at [Sign In with Google for Web - Setup](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid) to create a client ID and client secret. There's no need to make any code changes. Just use the following information:
2222
- For **Authorized JavaScript Origins**, use `https://<app-name>.azurewebsites.net` with the name of your app in *\<app-name>*.
2323
- For **Authorized Redirect URI**, use `https://<app-name>.azurewebsites.net/.auth/login/google/callback`.
2424
1. Copy the App ID and the App secret values.

0 commit comments

Comments
 (0)