Update google-logins.md

pull/2316/head
Luke Latham 2016-12-04 23:05:26 -06:00 committed by GitHub
parent c50fe1677c
commit 11c8c23730
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ uid: security/authentication/google-logins
<a name=security-authentication-google-logins></a>
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.
* 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.