From 11c8c237308d158a9ddd2c933d72b1fe5189a8ab Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Sun, 4 Dec 2016 23:05:26 -0600 Subject: [PATCH] Update google-logins.md --- aspnetcore/security/authentication/google-logins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/authentication/google-logins.md b/aspnetcore/security/authentication/google-logins.md index 1863e4a553..dc57a8048e 100644 --- a/aspnetcore/security/authentication/google-logins.md +++ b/aspnetcore/security/authentication/google-logins.md @@ -16,7 +16,7 @@ uid: security/authentication/google-logins -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Pranav Rastogi](https://github.com/rustd) and [Valeriy Novytskyy](https://github.com/01binary) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Pranav Rastogi](https://github.com/rustd), and [Valeriy Novytskyy](https://github.com/01binary) This tutorial shows you how to enable your users to sign in with their Google+ account using a sample ASP.NET Core project created on the [previous page](sociallogins.md). We start by following the [official steps](https://developers.google.com/identity/sign-in/web/devconsole-project) to create a new app in Google API Console. @@ -140,4 +140,4 @@ You are now logged in using your Google credentials: * Once you publish your web site to Azure web app, you should reset the `ClientSecret` in the Google API Console. -* Set the `Authentication:Google:ClientId` and `Authentication:Google:ClientSecret` as application settings in the Azure portal. The configuration system is set up to read keys from environment variables. \ No newline at end of file +* Set the `Authentication:Google:ClientId` and `Authentication:Google:ClientSecret` as application settings in the Azure portal. The configuration system is set up to read keys from environment variables.