Skip to content

Commit

Permalink
Update toc.md (dotnet#4263)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ngbrown authored and scottaddie committed Sep 12, 2017
1 parent 2e61e28 commit 70315fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70315fe

Please sign in to comment.