Skip to content

Commit

Permalink
Updated all ASP.NET 4.x Identity topics to include ASP.NET 4.x in tit…
Browse files Browse the repository at this point in the history
…le metadata (dotnet#140)
  • Loading branch information
wadepickett authored and tdykstra committed Apr 8, 2019
1 parent 0dd76ef commit fa0e52a
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/extensibility/change-primary-key-for-users-in-aspnet-identity
title: "Change Primary Key for Users in ASP.NET Identity | Microsoft Docs"
title: "Change Primary Key for Users in ASP.NET Identity - ASP.NET 4.x"
author: Rick-Anderson
description: "In Visual Studio 2013, the default web application uses a string value for the key for user accounts. ASP.NET Identity enables you to change the type of the..."
ms.author: riande
ms.date: 09/30/2014
ms.assetid: 44925849-5762-4504-a8cd-8f0cd06f6dc3
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/extensibility/change-primary-key-for-users-in-aspnet-identity
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider
title: "Implementing a Custom MySQL ASP.NET Identity Storage Provider | Microsoft Docs"
title: "Implementing a Custom MySQL ASP.NET Identity Storage Provider - ASP.NET 4.x"
author: raquelsa
description: "ASP.NET Identity is an extensible system which enables you to create your own storage provider and plug it into your application without re-working the appli..."
ms.author: riande
ms.date: 05/22/2015
ms.assetid: 248f5fe7-39ba-40ea-ab1e-71a69b0bd649
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider
msc.type: authoredcontent
---
Expand Down
3 changes: 2 additions & 1 deletion aspnet/identity/overview/extensibility/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
uid: identity/overview/extensibility/index
title: "ASP.NET Identity Extensibility | Microsoft Docs"
title: "ASP.NET Identity Extensibility - ASP.NET 4.x"
author: rick-anderson
description: "Extensibility"
ms.author: riande
ms.date: 10/02/2013
ms.custom: seoapril2019
ms.assetid: d1c6e7d0-ead9-4f08-a5b9-9d7a30be78e3
msc.legacyurl: /identity/overview/extensibility
msc.type: chapter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity
title: "Overview of Custom Storage Providers for ASP.NET Identity | Microsoft Docs"
title: "Overview of Custom Storage Providers for ASP.NET Identity - ASP.NET 4.x"
author: Rick-Anderson
description: "ASP.NET Identity is an extensible system which enables you to create your own storage provider and plug it into your application without re-working the appli..."
ms.author: riande
ms.date: 10/13/2014
ms.assetid: 681a9204-462e-4260-9a0b-19f0644d6ad7
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/features-api/account-confirmation-and-password-recovery-with-aspnet-identity
title: "Account Confirmation and Password Recovery with ASP.NET Identity (C#) | Microsoft Docs"
title: "Account Confirmation & Password Recovery - ASP.NET Identity (C#) - ASP.NET 4.x"
author: HaoK
description: "Before doing this tutorial you should first complete Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset. This tutorial..."
ms.author: riande
ms.date: 01/23/2019
ms.assetid: 8d54180d-f826-4df7-b503-7debf5ed9fb3
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/features-api/account-confirmation-and-password-recovery-with-aspnet-identity
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/features-api/best-practices-for-deploying-passwords-and-other-sensitive-data-to-aspnet-and-azure
title: "Best practices for deploying passwords and other sensitive data to ASP.NET and Azure App Service | Microsoft Docs"
title: "Deploying passwords and other sensitive data to ASP.NET and Azure App Service - ASP.NET 4.x"
author: Rick-Anderson
description: "This tutorial shows how your code can securely store and access secure information. The most important point is you should never store passwords or other sen..."
ms.author: riande
ms.date: 05/21/2015
ms.assetid: 97902c66-cb61-4d11-be52-73f962f2db0a
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/features-api/best-practices-for-deploying-passwords-and-other-sensitive-data-to-aspnet-and-azure
msc.type: authoredcontent
---
Expand Down
5 changes: 3 additions & 2 deletions aspnet/identity/overview/features-api/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
uid: identity/overview/features-api/index
title: "ASP.NET Identity Features & API | Microsoft Docs"
title: "ASP.NET Identity Features & API - ASP.NET 4.x"
author: rick-anderson
description: "Features & API"
ms.author: riande
ms.date: 05/09/2014
ms.assetid: 70f7c0ac-aeb9-4e21-ae05-deb10640b1b3
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/features-api
msc.type: chapter
---
# ASP.NET Identity Features & API
# ASP.NET 4.x Identity Features & API

> Features & API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/features-api/two-factor-authentication-using-sms-and-email-with-aspnet-identity
title: "Two-factor authentication using SMS and email with ASP.NET Identity | Microsoft Docs"
title: "Two-factor authentication using SMS and email with ASP.NET Identity - ASP.NET 4.x"
author: HaoK
description: "This tutorial will show you how to set up Two-factor authentication (2FA) using SMS and email. This article was written by Rick Anderson ( @RickAndMSFT ), Pr..."
ms.author: riande
ms.date: 09/15/2015
ms.assetid: 053e23c4-13c9-40fa-87cb-3e9b0823b31e
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/features-api/two-factor-authentication-using-sms-and-email-with-aspnet-identity
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project
title: "Adding ASP.NET Identity to an Empty or Existing Web Forms Project | Microsoft Docs"
title: "Adding ASP.NET Identity to an Empty or Existing Web Forms Project - ASP.NET 4.x"
author: raquelsa
description: "This tutorial shows you how to add ASP.NET Identity (the new membership system for ASP.NET) to an ASP.NET application. When you create a new Web Forms or MVC..."
description: "This tutorial shows you how to add ASP.NET Identity (the membership system for ASP.NET) to an ASP.NET application. When you create a new Web Forms or MVC..."
ms.author: riande
ms.date: 01/22/2019
ms.assetid: 1cbc0ed2-5bd6-4b62-8d34-4c193dcd8b25
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/getting-started/aspnet-identity-recommended-resources
title: "ASP.NET Identity Recommended Resources | Microsoft Docs"
title: "ASP.NET Identity Recommended Resources - ASP.NET 4.x"
author: Rick-Anderson
description: "This topic provides links to documentation resources about how to use ASP.NET Identity. If you know a great blog post, stackoverflow thread, or any other lin..."
ms.author: riande
ms.date: 04/09/2015
ms.assetid: 0f78aec2-f509-46fa-b20f-d5208425d8ec
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/getting-started/aspnet-identity-recommended-resources
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/getting-started/aspnet-identity-using-mysql-storage-with-an-entityframework-mysql-provider
title: "ASP.NET Identity: Using MySQL Storage with an EntityFramework MySQL Provider (C#) | Microsoft Docs"
title: "ASP.NET Identity: Using MySQL Storage with an EntityFramework MySQL Provider (C#) - ASP.NET 4.x"
author: maumar
description: "This tutorial shows you how to replace the default data storage mechanism for ASP.NET Identity with EntityFramework (SQL client provider) with a MySQL provid..."
ms.author: riande
ms.date: 12/10/2013
ms.assetid: 15253312-a92c-43ba-908e-b5dacd3d08b8
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/getting-started/aspnet-identity-using-mysql-storage-with-an-entityframework-mysql-provider
msc.type: authoredcontent
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/getting-started/developing-aspnet-apps-with-windows-azure-active-directory
title: "Developing ASP.NET Apps with Azure Active Directory | Microsoft Docs"
title: "Developing ASP.NET Apps with Azure Active Directory - ASP.NET 4.x"
author: Rick-Anderson
description: "Microsoft ASP.NET tools for Azure Active Directory makes it simple to enable authentication for web applications hosted on Azure. You can use Azure Authenti..."
ms.author: riande
ms.date: 08/14/2014
ms.assetid: 457d7eaf-ee76-4ceb-9082-c7c1721435ad
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/getting-started/developing-aspnet-apps-with-windows-azure-active-directory
msc.type: authoredcontent
---
Expand Down
3 changes: 2 additions & 1 deletion aspnet/identity/overview/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/getting-started/index
title: "Getting Started with ASP.NET Identity | Microsoft Docs"
title: "Getting Started with ASP.NET Identity - ASP.NET 4.x"
author: rick-anderson
description: "The ASP.NET Identity system is designed to replace the previous ASP.NET Membership and Simple Membership systems. It includes profile support, OAuth integrat..."
ms.author: riande
ms.date: 10/02/2013
ms.assetid: 72bb0051-a696-437e-a4e6-ca1225a6e271
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/getting-started
msc.type: chapter
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
uid: identity/overview/getting-started/introduction-to-aspnet-identity
title: "Introduction to ASP.NET Identity | Microsoft Docs"
title: "Introduction to ASP.NET Identity - ASP.NET 4.x"
author: jongalloway
description: "The ASP.NET membership system was introduced with ASP.NET 2.0 back in 2005, and since then there have been many changes in the ways web applications typicall..."
ms.author: riande
ms.date: 01/22/2019
ms.assetid: 38717fc1-5989-43cf-952d-4007cc1dd923
ms.custom: seoapril2019
msc.legacyurl: /identity/overview/getting-started/introduction-to-aspnet-identity
msc.type: authoredcontent
---
Expand Down
2 changes: 1 addition & 1 deletion aspnet/identity/overview/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
uid: identity/overview/index
title: "ASP.NET Identity Overview | Microsoft Docs"
title: "ASP.NET Identity Overview - ASP.NET 4.x"
author: rick-anderson
description: ""
ms.author: riande
Expand Down
3 changes: 2 additions & 1 deletion aspnet/identity/overview/migrations/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
uid: identity/overview/migrations/index
title: "Migrating to ASP.NET Identity | Microsoft Docs"
title: "Migrating to ASP.NET Identity - ASP.NET 4.x"
author: rick-anderson
description: "Migration to ASP.NET Identity from other membership providers"
ms.author: riande
ms.date: 10/02/2013
ms.custom: seoapril2019
ms.assetid: 4a54fee1-d064-4d67-837a-87143a9205fd
msc.legacyurl: /identity/overview/migrations
msc.type: chapter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
uid: identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity
title: "Migrating an Existing Website from SQL Membership to ASP.NET Identity | Microsoft Docs"
title: "Migrating an Existing Website from SQL Membership to ASP.NET Identity - ASP.NET 4.x"
author: Rick-Anderson
description: "This tutorial illustrates the steps to migrate an existing web application with user and role data created using SQL Membership to the new ASP.NET Identity s..."
ms.author: riande
ms.date: 12/19/2014
ms.custom: seoapril2019
ms.assetid: 220d3d75-16b2-4240-beae-a5b534f06419
msc.legacyurl: /identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity
msc.type: authoredcontent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
uid: identity/overview/migrations/migrating-universal-provider-data-for-membership-and-user-profiles-to-aspnet-identity
title: "Migrating Universal Provider Data for Membership and User Profiles to ASP.NET Identity (C#) | Microsoft Docs"
title: "Migrating Universal Provider Data for Membership and User Profiles to ASP.NET Identity (C#) - ASP.NET 4.x"
author: rustd
description: "This tutorial describes the steps that are necessary to migrate user and role data and user profile data created using Universal Providers of an existing app..."
ms.author: riande
ms.date: 12/13/2013
ms.custom: seoapril2019
ms.assetid: 2e260430-d13c-4658-bd05-e256fc0d63b8
msc.legacyurl: /identity/overview/migrations/migrating-universal-provider-data-for-membership-and-user-profiles-to-aspnet-identity
msc.type: authoredcontent
Expand Down

0 comments on commit fa0e52a

Please sign in to comment.