Remove unnecessary anchors from social auth docs

pull/4539/head
Scott Addie 2017-10-11 15:56:08 -05:00
parent 9c27fa0f0c
commit 5dda7cb14f
4 changed files with 0 additions and 8 deletions

View File

@ -14,8 +14,6 @@ uid: security/authentication/facebook-logins
---
# Configuring Facebook authentication
<a name=security-authentication-facebook-logins></a>
By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT)
This tutorial shows you how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](index.md). We start by creating a Facebook App ID by following the [official steps](https://www.facebook.com/unsupportedbrowser).

View File

@ -13,8 +13,6 @@ uid: security/authentication/google-logins
---
# Configuring Google authentication in ASP.NET Core
<a name=security-authentication-google-logins></a>
By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT)
This tutorial shows you how to enable your users to sign in with their Google+ account using a sample ASP.NET Core 2.0 project created on the [previous page](index.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.

View File

@ -14,8 +14,6 @@ uid: security/authentication/microsoft-logins
---
# Configuring Microsoft Account authentication
<a name=security-authentication-microsoft-logins></a>
By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT)
This tutorial shows you how to enable your users to sign in with their Microsoft account using a sample ASP.NET Core 2.0 project created on the [previous page](index.md).

View File

@ -14,8 +14,6 @@ uid: security/authentication/twitter-logins
---
# Configuring Twitter authentication
<a name=security-authentication-twitter-logins></a>
By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT)
This tutorial shows you how to enable your users to [sign in with their Twitter account](https://dev.twitter.com/web/sign-in/desktop-browser) using a sample ASP.NET Core 2.0 project created on the [previous page](index.md).