From 12f2df92b1b2d0887ece48dd2800aa9db834c902 Mon Sep 17 00:00:00 2001 From: Bader Nasser Al-Hashmi Date: Tue, 19 Sep 2017 06:56:42 +0400 Subject: [PATCH] minor tweaks (#4309) * minor tweaks * incorporate feedback from @scottaddie * Remove ASP.NET Core tutorial from MVC 5 recommended resources --- .../overview/getting-started/mvc-learning-sequence.md | 4 ++-- .../getting-started/recommended-resources-for-mvc.md | 9 ++------- ...with-facebook-and-google-oauth2-and-openid-sign-on.md | 2 +- aspnet/mvc/overview/security/index.md | 2 +- aspnet/toc.md | 2 +- aspnet/tutorials.md | 2 +- 6 files changed, 8 insertions(+), 13 deletions(-) diff --git a/aspnet/mvc/overview/getting-started/mvc-learning-sequence.md b/aspnet/mvc/overview/getting-started/mvc-learning-sequence.md index e9f6aabb547f..772d158c8be5 100644 --- a/aspnet/mvc/overview/getting-started/mvc-learning-sequence.md +++ b/aspnet/mvc/overview/getting-started/mvc-learning-sequence.md @@ -34,8 +34,8 @@ by [Rick Anderson](https://github.com/Rick-Anderson) ## Security - [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure](https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/) This popular tutorial walks you through creating a simple app and adding membership and roles. -- [MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on](../security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) This tutorial shows you how to build an ASP.NET MVC 5 web application that enables users to log in using OAuth 2.0 with credentials from an external authentication provider, such as Facebook, Twitter, LinkedIn, Microsoft, or Google. -- [Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset](../security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md) First in a series on Identity, includes code to [resend a confirmation link.](../security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md#rsend) +- [Create an ASP.NET MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on](../security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) This tutorial shows you how to build an ASP.NET MVC 5 web application that enables users to log in using OAuth 2.0 with credentials from an external authentication provider, such as Facebook, Twitter, LinkedIn, Microsoft, or Google. +- [Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset](../security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md) First in a series on Identity, includes code to [resend a confirmation link](../security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md#rsend). - [ASP.NET MVC 5 app with SMS and email Two-Factor Authentication](../security/aspnet-mvc-5-app-with-sms-and-email-two-factor-authentication.md) Second on Identity series. - [Best practices for deploying passwords and other sensitive data to ASP.NET and Azure App Service](../../../identity/overview/features-api/best-practices-for-deploying-passwords-and-other-sensitive-data-to-aspnet-and-azure.md) - [Two-factor authentication using SMS and email with ASP.NET Identity](../../../identity/overview/features-api/two-factor-authentication-using-sms-and-email-with-aspnet-identity.md) `isPersistent` and the security cookie, code to require a user to have a validated email account before they can log on, how SignInManager checks for 2FA requirement, and more. diff --git a/aspnet/mvc/overview/getting-started/recommended-resources-for-mvc.md b/aspnet/mvc/overview/getting-started/recommended-resources-for-mvc.md index 1e234c51f17b..6b010b490d27 100644 --- a/aspnet/mvc/overview/getting-started/recommended-resources-for-mvc.md +++ b/aspnet/mvc/overview/getting-started/recommended-resources-for-mvc.md @@ -39,8 +39,7 @@ by [Rick Anderson](https://github.com/Rick-Anderson) - [Selecting Cultures for Localization in ASP.NET](http://weblog.west-wind.com/posts/2014/Mar/27/Auto-Selecting-Cultures-for-Localization-in-ASPNET) - [Nesting Layouts in MVC](http://astutelogic.com/nesting-layouts-in-mvc/) by Russell Waite -- [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service](https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/) -- [MVC 5 App with Facebook and Google OAuth2 Sign-on](../security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) +- [Create an ASP.NET MVC 5 App with Facebook and Google OAuth2 Sign-on](../security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) - [Understanding ASP.NET MVC Filters and Attributes](http://www.dotnet-tricks.com/Tutorial/mvc/b11a280114-Understanding-ASP.NET-MVC-Filters-and-Attributes.html) - [Lifecycle of an ASP.NET MVC 5 Application](lifecycle-of-an-aspnet-mvc-5-application.md) (PDF) - [What not to do in ASP.NET, and what to do instead](../../../aspnet/overview/web-development-best-practices/what-not-to-do-in-aspnet-and-what-to-do-instead.md) @@ -52,7 +51,6 @@ by [Rick Anderson](https://github.com/Rick-Anderson) ## Microsoft Azure -- [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service](https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/) - [The World's Greatest Azure Demo](http://www.troyhunt.com/2014/03/the-worlds-greatest-azure-demo.html) - [Videos from //build/ 2014](https://channel9.msdn.com/Events/Build/2014?sort=sequential&direction=desc&page=2&tag%5B0%5D=asp.net&tag%5B1%5D=azure&tag%5B2%5D=visual-studio&tag%5B3%5D=web#theSessions): (Azure and Visual Studio) @@ -84,8 +82,7 @@ by [Rick Anderson](https://github.com/Rick-Anderson) ## Security -- [MVC 5 App with Facebook and Google OAuth2 Sign-on](../security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) -- [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service](https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/) +- [Create an ASP.NET MVC 5 App with Facebook and Google OAuth2 Sign-on](../security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) - [What not to do in ASP.NET, and what to do instead](../../../aspnet/overview/web-development-best-practices/what-not-to-do-in-aspnet-and-what-to-do-instead.md) - [How to build (and how not to build) a secure "remember me" feature](http://www.troyhunt.com/2013/07/how-to-build-and-how-not-to-build.html) by Troy Hunt - Video: [The New Authentication Model for Web, Mobile, and Cloud Applications by Lucas Adams, Stuart Kwan](https://channel9.msdn.com/Events/Build/2014/2-601) @@ -144,7 +141,6 @@ by [Rick Anderson](https://github.com/Rick-Anderson) - [ASP.NET Data Access Content Map](https://msdn.microsoft.com/en-us/library/6759sth4.aspx) - [Building an ASP.NET MVC4 Application with EF and Web API](http://net.tutsplus.com/tutorials/building-an-asp-net-mvc4-application-with-ef-and-webapi/) - [DataList in ASP.NET MVC & KnockoutJS](http://www.devcurry.com/2013/04/datalist-in-aspnet-mvc-knockoutjs.html) -- [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service](https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/) @@ -273,7 +269,6 @@ by [Rick Anderson](https://github.com/Rick-Anderson) ## Azure and ASP.NET MVC - [Multi-Tier Application Using Storage Tables, Queues, and Blobs](https://www.windowsazure.com/en-us/develop/net/tutorials/multi-tier-web-site/1-overview/) -- [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service](https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/) - [Windows Azure Web Sites: Quick-and-Easy Hosting as a Service](https://msdn.microsoft.com/en-us/magazine/jj883953.aspx) - [Configuration Tips For ASP.NET MVC 4 on a Azure Website](http://odetocode.com/Blogs/scott/archive/2012/08/07/configuration-tips-for-asp-net-mvc-4-on-a-windows.aspx) - [Episode 85 - Azure, Windows 8, and MVC 4 Demos](https://channel9.msdn.com/Shows/Cloud+Cover/Episode-85-Windows-Azure-Sample-Content-Review) (video) diff --git a/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md b/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md index f6c4d15d9673..46ea7fa6c6a8 100644 --- a/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md +++ b/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md @@ -13,7 +13,7 @@ ms.prod: .net-framework msc.legacyurl: /mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on msc.type: authoredcontent --- -Create MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#) +Create an ASP.NET MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#) ==================== by [Rick Anderson](https://github.com/Rick-Anderson) diff --git a/aspnet/mvc/overview/security/index.md b/aspnet/mvc/overview/security/index.md index 8c9a2bffd1c3..a2b96ae3db97 100644 --- a/aspnet/mvc/overview/security/index.md +++ b/aspnet/mvc/overview/security/index.md @@ -18,7 +18,7 @@ Security, Authentication, and Authorization with ASP.NET MVC > How to make an ASP.NET site more secure, and how to implement authentication and authorization. -- [Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)](create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) +- [Create an ASP.NET MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)](create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) - [Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset (C#)](create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md) - [ASP.NET MVC 5 app with SMS and email Two-Factor Authentication](aspnet-mvc-5-app-with-sms-and-email-two-factor-authentication.md) - [XSRF/CSRF Prevention in ASP.NET MVC and Web Pages](xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md) diff --git a/aspnet/toc.md b/aspnet/toc.md index 741a15e11f82..fbd96e0b380a 100644 --- a/aspnet/toc.md +++ b/aspnet/toc.md @@ -1023,7 +1023,7 @@ #### [Using Page Inspector in ASP.NET MVC](mvc/overview/views/using-page-inspector-in-aspnet-mvc.md) #### [Dynamic v. Strongly Typed Views](mvc/overview/views/dynamic-v-strongly-typed-views.md) ### [Security, Authentication, and Authorization](mvc/overview/security/index.md) -#### [Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)](mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) +#### [Create an ASP.NET MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)](mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) #### [Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset (C#)](mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md) #### [ASP.NET MVC 5 app with SMS and email Two-Factor Authentication](mvc/overview/security/aspnet-mvc-5-app-with-sms-and-email-two-factor-authentication.md) #### [XSRF/CSRF Prevention in ASP.NET MVC and Web Pages](mvc/overview/security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md) diff --git a/aspnet/tutorials.md b/aspnet/tutorials.md index 7618e0717074..3f91436e85b3 100644 --- a/aspnet/tutorials.md +++ b/aspnet/tutorials.md @@ -47,7 +47,7 @@ The following step-by-step guides for developing ASP.NET applications are availa * [Getting Started with EF 6 using MVC 5](mvc/overview/getting-started/getting-started-with-ef-using-mvc/index.md) * [EF Database First with ASP.NET MVC](mvc/overview/getting-started/database-first-development/index.md) * [Using Page Inspector in ASP.NET MVC](mvc/overview/views/using-page-inspector-in-aspnet-mvc.md) -* [MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)](mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) +* [Create an ASP.NET MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)](mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md) * [Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset (C#)](mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md) * [ASP.NET MVC 5 app with SMS and email Two-Factor Authentication](mvc/overview/security/aspnet-mvc-5-app-with-sms-and-email-two-factor-authentication.md) * [XSRF/CSRF Prevention in ASP.NET MVC and Web Pages](mvc/overview/security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md)