From e17d0c25939e046ed401cdd8c92722b16076211b Mon Sep 17 00:00:00 2001 From: Joachim Sauer Date: Thu, 19 Oct 2017 02:05:07 +0200 Subject: [PATCH] Broken link fixed. (#4591) * Broken link fixed. The the link to "Securing ASP.NET Core apps with IdentityServer4" was broken. The link was replaced with a working one. * Update index.md * Update index.md --- aspnetcore/security/authentication/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/index.md b/aspnetcore/security/authentication/index.md index 9776696bb9..2ebff921a8 100644 --- a/aspnetcore/security/authentication/index.md +++ b/aspnetcore/security/authentication/index.md @@ -38,6 +38,6 @@ uid: security/authentication/index * [Calling a Web API in an ASP.NET Core Web Application Using Azure AD](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore/) -* [Securing ASP.NET Core apps with IdentityServer4](https://identityserver4.readthedocs.io/release/) +* [Securing ASP.NET Core apps with IdentityServer4](http://docs.identityserver.io/en/release/) * [Securing ASP.NET Core apps with Azure App Service Authentication (Easy Auth)](https://docs.microsoft.com/azure/app-service/app-service-authentication-overview)