From b29dd4b85c4b86b70d62c4210ca1e4b31b675cdd Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 15 May 2017 11:16:58 -0700 Subject: [PATCH] add community.md to toc (#3355) * add community.md to toc * add community.md --- aspnetcore/security/authentication/index.md | 2 ++ aspnetcore/security/authentication/toc.md | 1 + 2 files changed, 3 insertions(+) diff --git a/aspnetcore/security/authentication/index.md b/aspnetcore/security/authentication/index.md index 540c675d09..0976b49df1 100644 --- a/aspnetcore/security/authentication/index.md +++ b/aspnetcore/security/authentication/index.md @@ -14,6 +14,8 @@ uid: security/authentication/index --- # Authentication +* [Community OSS authentication options](community.md) + * [Introduction to Identity](identity.md) * [Enabling authentication using Facebook, Google and other external providers](social/index.md) diff --git a/aspnetcore/security/authentication/toc.md b/aspnetcore/security/authentication/toc.md index f806985b50..9d8c11808f 100644 --- a/aspnetcore/security/authentication/toc.md +++ b/aspnetcore/security/authentication/toc.md @@ -1,3 +1,4 @@ +# [Community OSS authentication options](community.md) # [Introduction to Identity](identity.md) # [Configure Identity](identity-configuration.md) # [Enabling authentication using Facebook, Google and other external providers](social/index.md)