Update secure-data.md (#8856)

pull/8850/merge
Rick Anderson 2018-10-04 15:21:58 -10:00 committed by GitHub
parent 02dea6e115
commit 61f6c2735b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ Test that the app seeded the database. If there are any rows in the contact DB,
### Additional resources
* [Build a .NET Core and SQL Database web app in Azure App Service](/azure/app-service/app-service-web-tutorial-dotnetcore-sqldb)
* [ASP.NET Core Authorization Lab](https://github.com/blowdart/AspNetAuthorizationWorkshop). This lab goes into more detail on the security features introduced in this tutorial.
* [Authorization in ASP.NET Core: Simple, role, claims-based, and custom](xref:security/authorization/index)
* [Custom policy-based authorization](xref:security/authorization/policies)