Update facebook-logins.md
parent
be0d63eb0c
commit
c50fe1677c
|
@ -16,7 +16,7 @@ uid: security/authentication/facebook-logins
|
|||
|
||||
<a name=security-authentication-facebook-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 Facebook account using a sample ASP.NET Core project created on the [previous page](sociallogins.md). We start by creating a Facebook AppId by following the [official steps](https://developers.facebook.com/docs/apps/register).
|
||||
|
||||
|
@ -115,4 +115,4 @@ You are now logged in using your Facebook credentials:
|
|||
|
||||
* Once you publish your web site to Azure web app, you should reset the `AppSecret` in the Facebook developer portal.
|
||||
|
||||
* Set the `Authentication:Facebook:AppId` and `Authentication:Facebook:AppSecret` as application settings in the Azure portal. The configuration system is set up to read keys from environment variables.
|
||||
* Set the `Authentication:Facebook:AppId` and `Authentication:Facebook:AppSecret` as application settings in the Azure portal. The configuration system is set up to read keys from environment variables.
|
||||
|
|
Loading…
Reference in New Issue