From 70315fe33c09b136ea93b3ca858ab20241c6cac6 Mon Sep 17 00:00:00 2001 From: Nathan Brown Date: Tue, 12 Sep 2017 12:19:44 -0700 Subject: [PATCH] Update toc.md (#4263) The link to IdentityServer4 is now https://identityserver4.readthedocs.io/en/release/, but it would be better to direct to the root path so if languages are added, they will automatically get redirected to. --- aspnetcore/toc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index a0c9968aacf0..9075d2de46cd 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -217,7 +217,7 @@ #### [Integrating Azure AD Into an ASP.NET Core Web App](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-webapp-openidconnect-aspnetcore/) #### [Calling a ASP.NET Core Web API From a WPF Application Using Azure AD](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-native-aspnetcore/) #### [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](https://identityserver4.readthedocs.io/) ## [Authorization](xref:security/authorization/index) ### [Introduction](xref:security/authorization/introduction) ### [Create an app with user data protected by authorization](xref:security/authorization/secure-data)