Remove unnecessary anchors from social auth docs
parent
9c27fa0f0c
commit
5dda7cb14f
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue