From a0f9cfbb2b2ed2bf0344a06953c25a2e22cf7e01 Mon Sep 17 00:00:00 2001 From: Sadegh-Ameri Date: Sat, 11 Nov 2017 08:05:03 +0800 Subject: [PATCH] Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767) --- ...-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md b/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md index 8a943c80e3..5892de0fd9 100644 --- a/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md +++ b/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md @@ -117,7 +117,7 @@ To connect to authentication providers like Google and Facebook, you will need t 1. In the **Create Client ID** dialog, keep the default **Web application** for the application type. 2. Set the **Authorized JavaScript** origins to the SSL URL you used above (`https://localhost:44300/` unless you've created other SSL projects) 3. Set the **Authorized redirect URI** to: - `https://localhost:44300/signin-google/` + `https://localhost:44300/signin-google` 5. Click the OAuth Consent screen menu item, then set your email address and product name. When you have completed the form click **Save**. 6. Click the Library menu item, search **Google+ API**, click on it then press Enable.