diff --git a/aspnetcore/client-side/using-grunt.md b/aspnetcore/client-side/using-grunt.md index db9b89f286e8..545f3909bad3 100644 --- a/aspnetcore/client-side/using-grunt.md +++ b/aspnetcore/client-side/using-grunt.md @@ -1,8 +1,8 @@ --- title: Use Grunt in ASP.NET Core -author: rick-anderson +author: wadepickett description: Use Grunt in ASP.NET Core -ms.author: riande +ms.author: wpickett ms.date: 12/05/2019 uid: client-side/using-grunt --- diff --git a/aspnetcore/diagnostics/asp0003.md b/aspnetcore/diagnostics/asp0003.md index 0b36cdda5478..39c58e85f360 100644 --- a/aspnetcore/diagnostics/asp0003.md +++ b/aspnetcore/diagnostics/asp0003.md @@ -3,7 +3,7 @@ title: "ASP0003: Do not use action results with route handlers" description: "Learn about analysis rule ASP0003: Do not use action results with route handlers" author: safia monikerRange: '>= aspnetcore-6.0' -ms.author: riande +ms.author: wpickett ms.date: 03/27/2025 uid: diagnostics/asp0003 --- diff --git a/aspnetcore/diagnostics/asp0004.md b/aspnetcore/diagnostics/asp0004.md index f12d966111b9..b6cd988117ff 100644 --- a/aspnetcore/diagnostics/asp0004.md +++ b/aspnetcore/diagnostics/asp0004.md @@ -3,7 +3,7 @@ title: "ASP0004: Do not use action results with route handlers" description: "Learn about analysis rule ASP0004: Do not use action results with route handlers" author: safia monikerRange: '>= aspnetcore-6.0' -ms.author: riande +ms.author: wpickett ms.date: 03/27/2025 uid: diagnostics/asp0004 --- diff --git a/aspnetcore/diagnostics/asp0005.md b/aspnetcore/diagnostics/asp0005.md index f872986c56f7..852521323767 100644 --- a/aspnetcore/diagnostics/asp0005.md +++ b/aspnetcore/diagnostics/asp0005.md @@ -3,7 +3,7 @@ title: "ASP0005: Do not place attribute on method called by route handler lambda description: "Learn about analysis rule ASP0005: Do not place attribute on method called by route handler lambda" author: safia monikerRange: '>= aspnetcore-6.0' -ms.author: riande +ms.author: wpickett ms.date: 03/27/2025 uid: diagnostics/asp0005 --- diff --git a/aspnetcore/diagnostics/asp0006.md b/aspnetcore/diagnostics/asp0006.md index d5958ab51f38..6a3eb05d986d 100644 --- a/aspnetcore/diagnostics/asp0006.md +++ b/aspnetcore/diagnostics/asp0006.md @@ -3,7 +3,7 @@ title: "ASP0006: Do not use non-literal sequence numbers" description: "Learn about analysis rule ASP0006: Do not use non-literal sequence numbers" author: safia monikerRange: '>= aspnetcore-6.0' -ms.author: riande +ms.author: wpickett ms.date: 03/27/2025 uid: diagnostics/asp0006 --- diff --git a/aspnetcore/diagnostics/asp0007.md b/aspnetcore/diagnostics/asp0007.md index 919653039f58..83372a4ea3a5 100644 --- a/aspnetcore/diagnostics/asp0007.md +++ b/aspnetcore/diagnostics/asp0007.md @@ -3,7 +3,7 @@ title: "ASP0007: Route parameter and argument optionality is mismatched" description: "Learn about analysis rule ASP0007: Route parameter and argument optionality is mismatched" author: safia monikerRange: '>= aspnetcore-6.0' -ms.author: riande +ms.author: wpickett ms.date: 03/27/2025 uid: diagnostics/asp0007 --- diff --git a/aspnetcore/diagnostics/asp0013.md b/aspnetcore/diagnostics/asp0013.md index d8df9a45010e..4e4cfd82e68e 100644 --- a/aspnetcore/diagnostics/asp0013.md +++ b/aspnetcore/diagnostics/asp0013.md @@ -1,9 +1,9 @@ --- title: "ASP0013: Suggest switching from using Configure methods to WebApplicationBuilder.Configuration" description: "Learn about analysis rule ASP0013: Suggest switching from using Configure methods to WebApplicationBuilder.Configuration" -author: rick-anderson +author: wadepickett monikerRange: '>= aspnetcore-7.0' -ms.author: riande +ms.author: wpickett ms.date: 03/27/2025 uid: diagnostics/asp0013 --- diff --git a/aspnetcore/diagnostics/asp0027.md b/aspnetcore/diagnostics/asp0027.md index b81dbf10a5b8..582ed1282ccd 100644 --- a/aspnetcore/diagnostics/asp0027.md +++ b/aspnetcore/diagnostics/asp0027.md @@ -4,7 +4,7 @@ ms.date: 03/25/2025 description: "Learn about analysis rule ASP0027: Unnecessary public Program class declaration" author: benhopkinstech monikerRange: '>= aspnetcore-10.0' -ms.author: riande +ms.author: tdykstra uid: diagnostics/asp0027 --- # ASP0027: Unnecessary `public Program` class declaration diff --git a/aspnetcore/diagnostics/mvc1000.md b/aspnetcore/diagnostics/mvc1000.md index 4b606591549c..6d6013f7a3dd 100644 --- a/aspnetcore/diagnostics/mvc1000.md +++ b/aspnetcore/diagnostics/mvc1000.md @@ -3,7 +3,7 @@ title: "MVC1000: Avoid using IHtmlHelper.Partial" description: "Learn about analysis rule MVC1000: Use of IHtmlHelper.Partial should be avoided" author: pranavkm monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: tdykstra ms.date: 10/21/2021 uid: diagnostics/mvc1000 --- diff --git a/aspnetcore/diagnostics/mvc1004.md b/aspnetcore/diagnostics/mvc1004.md index 6dc0366da146..8c08eb5875cf 100644 --- a/aspnetcore/diagnostics/mvc1004.md +++ b/aspnetcore/diagnostics/mvc1004.md @@ -3,7 +3,7 @@ title: "MVC1004: Rename model bound parameter" description: "Learn about analysis rule MVC1004: Rename model bound parameter" author: pranavkm monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: tdykstra ms.date: 03/27/2025 uid: diagnostics/mvc1004 --- diff --git a/aspnetcore/diagnostics/mvc1005.md b/aspnetcore/diagnostics/mvc1005.md index 4386d3655388..b5785800ca6d 100644 --- a/aspnetcore/diagnostics/mvc1005.md +++ b/aspnetcore/diagnostics/mvc1005.md @@ -3,7 +3,7 @@ title: "MVC1005: Cannot use UseMvc with Endpoint Routing" description: "Learn about analysis rule MVC1005: Cannot use UseMvc with Endpoint Routing" author: pranavkm monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: tdykstra ms.date: 03/27/2025 uid: diagnostics/mvc1005 --- diff --git a/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-5-7.md b/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-5-7.md index 5cde84c3948c..68dadb621203 100644 --- a/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-5-7.md +++ b/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-5-7.md @@ -1,6 +1,6 @@ --- -author: rick-anderson -ms.author: riande +author: wadepickett +ms.author: wpickett ms.date: 04/01/2025 --- :::moniker range=">= aspnetcore-6.0 <= aspnetcore-7.0" diff --git a/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-8.md b/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-8.md index c833110f66fe..6087edac05a0 100644 --- a/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-8.md +++ b/aspnetcore/fundamentals/dependency-injection/includes/dependency-injection-8.md @@ -1,6 +1,6 @@ --- -author: rick-anderson -ms.author: riande +author: wadepickett +ms.author: wpickett ms.date: 8/17/2024 --- diff --git a/aspnetcore/fundamentals/http-logging/includes/index-6-7.md b/aspnetcore/fundamentals/http-logging/includes/index-6-7.md index 9e66494beb6c..3106488edd85 100644 --- a/aspnetcore/fundamentals/http-logging/includes/index-6-7.md +++ b/aspnetcore/fundamentals/http-logging/includes/index-6-7.md @@ -1,6 +1,6 @@ --- -author: rick-anderson -ms.author: riande +author: tdykstra +ms.author: tdykstra ms.date: 09/25/2024 --- diff --git a/aspnetcore/fundamentals/native-aot.md b/aspnetcore/fundamentals/native-aot.md index bb139e3dcd21..c93b84c1ef1e 100644 --- a/aspnetcore/fundamentals/native-aot.md +++ b/aspnetcore/fundamentals/native-aot.md @@ -1,7 +1,7 @@ --- title: ASP.NET Core support for Native AOT -author: rick-anderson -ms.author: riande +author: tdykstra +ms.author: tdykstra description: Learn about ASP.NET Core support for Native AOT content_well_notification: AI-contribution ms.custom: mvc, engagement-fy23 diff --git a/aspnetcore/fundamentals/static-files.md b/aspnetcore/fundamentals/static-files.md index 9db4ab9ac29f..98e8919953c0 100644 --- a/aspnetcore/fundamentals/static-files.md +++ b/aspnetcore/fundamentals/static-files.md @@ -1,9 +1,9 @@ --- title: Static files in ASP.NET Core -author: rick-anderson +author: wadepickett description: Learn how to serve and secure static files and configure static file hosting middleware behaviors in an ASP.NET Core web app. monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 03/18/2025 uid: fundamentals/static-files diff --git a/aspnetcore/fundamentals/troubleshoot-aspnet-core-localization.md b/aspnetcore/fundamentals/troubleshoot-aspnet-core-localization.md index 1bdcb9f12911..ebb0a9ef5896 100644 --- a/aspnetcore/fundamentals/troubleshoot-aspnet-core-localization.md +++ b/aspnetcore/fundamentals/troubleshoot-aspnet-core-localization.md @@ -2,7 +2,7 @@ title: Troubleshoot ASP.NET Core localization author: hishamco description: Learn how to diagnose problems with localization in ASP.NET Core apps. -ms.author: riande +ms.author: tdykstra ms.date: 05/03/2024 uid: fundamentals/troubleshoot-aspnet-core-localization --- diff --git a/aspnetcore/fundamentals/url-rewriting.md b/aspnetcore/fundamentals/url-rewriting.md index f86d76b020fc..bf48750ac1e0 100644 --- a/aspnetcore/fundamentals/url-rewriting.md +++ b/aspnetcore/fundamentals/url-rewriting.md @@ -1,9 +1,9 @@ --- title: URL Rewriting Middleware in ASP.NET Core -author: rick-anderson +author: wadepickett description: Learn about URL rewriting and redirecting with URL Rewriting Middleware in ASP.NET Core applications. monikerRange: '>= aspnetcore-2.1' -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 3/3/2022 uid: fundamentals/url-rewriting diff --git a/aspnetcore/host-and-deploy/iis/development-time-iis-support.md b/aspnetcore/host-and-deploy/iis/development-time-iis-support.md index 580eeec9a0ea..54ff070dabcc 100644 --- a/aspnetcore/host-and-deploy/iis/development-time-iis-support.md +++ b/aspnetcore/host-and-deploy/iis/development-time-iis-support.md @@ -1,9 +1,9 @@ --- title: Development-time IIS support in Visual Studio for ASP.NET Core -author: rick-anderson +author: tdykstra description: Discover support for debugging ASP.NET Core apps when running with IIS on Windows Server. monikerRange: '>= aspnetcore-2.1' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 02/07/2020 uid: host-and-deploy/iis/development-time-iis-support diff --git a/aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md b/aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md index fff94338a7ba..43fbd7f97d0e 100644 --- a/aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md +++ b/aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md @@ -1,9 +1,9 @@ --- title: Log creation and redirection with the ASP.NET Core Module -author: rick-anderson +author: tdykstra description: Configure IIS and the ASP.NET Core Module to capture logs and diagnostic information. monikerRange: '>= aspnetcore-5.0' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 02/07/2020 uid: host-and-deploy/iis/logging-and-diagnostics diff --git a/aspnetcore/host-and-deploy/iis/modules.md b/aspnetcore/host-and-deploy/iis/modules.md index cb1fbe9c3f38..66d8fdbb5ad1 100644 --- a/aspnetcore/host-and-deploy/iis/modules.md +++ b/aspnetcore/host-and-deploy/iis/modules.md @@ -1,9 +1,9 @@ --- title: IIS modules with ASP.NET Core -author: rick-anderson +author: tdykstra description: Discover active and inactive IIS modules for ASP.NET Core apps and how to manage IIS modules. monikerRange: '>= aspnetcore-2.1' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 01/13/2020 uid: host-and-deploy/iis/modules diff --git a/aspnetcore/host-and-deploy/iis/out-of-process-hosting.md b/aspnetcore/host-and-deploy/iis/out-of-process-hosting.md index e6d160000aef..8afe5a04cd0d 100644 --- a/aspnetcore/host-and-deploy/iis/out-of-process-hosting.md +++ b/aspnetcore/host-and-deploy/iis/out-of-process-hosting.md @@ -1,9 +1,9 @@ --- title: Out-of-process hosting with IIS and ASP.NET Core -author: rick-anderson +author: tdykstra description: Learn about out-of-process Hosting with IIS and the ASP.NET Core Module. monikerRange: '>= aspnetcore-5.0' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 02/07/2020 uid: host-and-deploy/iis/out-of-process-hosting diff --git a/aspnetcore/host-and-deploy/iis/protocols.md b/aspnetcore/host-and-deploy/iis/protocols.md index ae8f666608b5..54ff50aea84b 100644 --- a/aspnetcore/host-and-deploy/iis/protocols.md +++ b/aspnetcore/host-and-deploy/iis/protocols.md @@ -1,9 +1,9 @@ --- title: Use ASP.NET Core with HTTP/2 on IIS -author: rick-anderson +author: tdykstra description: Learn how to use HTTP/2 features with IIS. monikerRange: '>= aspnetcore-5.0' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 01/13/2020 uid: host-and-deploy/iis/protocols diff --git a/aspnetcore/host-and-deploy/iis/transform-webconfig.md b/aspnetcore/host-and-deploy/iis/transform-webconfig.md index da8be7f05179..5b9be342f9a4 100644 --- a/aspnetcore/host-and-deploy/iis/transform-webconfig.md +++ b/aspnetcore/host-and-deploy/iis/transform-webconfig.md @@ -1,9 +1,9 @@ --- title: Transform web.config -author: rick-anderson +author: tdykstra description: Learn how to transform the web.config file when publishing an ASP.NET Core app. monikerRange: '>= aspnetcore-2.2' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 01/13/2020 uid: host-and-deploy/iis/transform-webconfig diff --git a/aspnetcore/host-and-deploy/iis/web-config.md b/aspnetcore/host-and-deploy/iis/web-config.md index 90ca45524ef2..1b20580c048f 100644 --- a/aspnetcore/host-and-deploy/iis/web-config.md +++ b/aspnetcore/host-and-deploy/iis/web-config.md @@ -1,9 +1,9 @@ --- title: web.config file -author: rick-anderson +author: tdykstra description: Discover what is inside of the web.config file and how to configure different ASP.NET Core Module options. monikerRange: '>= aspnetcore-5.0' -ms.author: riande +ms.author: tdykstra ms.custom: mvc ms.date: 02/07/2020 uid: host-and-deploy/iis/web-config diff --git a/aspnetcore/host-and-deploy/proxy-load-balancer.md b/aspnetcore/host-and-deploy/proxy-load-balancer.md index 0c21c9dd79d1..18831d273c80 100644 --- a/aspnetcore/host-and-deploy/proxy-load-balancer.md +++ b/aspnetcore/host-and-deploy/proxy-load-balancer.md @@ -1,9 +1,9 @@ --- title: Configure ASP.NET Core to work with proxy servers and load balancers -author: rick-anderson +author: tdykstra description: Learn about configuration for apps hosted behind proxy servers and load balancers, which often obscure important request information. monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: tdykstra ms.custom: mvc, linux-related-content ms.date: 1/07/2022 uid: host-and-deploy/proxy-load-balancer diff --git a/aspnetcore/migration/20_21.md b/aspnetcore/migration/20_21.md index fcfb840f2fdb..be118e733795 100644 --- a/aspnetcore/migration/20_21.md +++ b/aspnetcore/migration/20_21.md @@ -1,8 +1,8 @@ --- title: Migrate from ASP.NET Core 2.0 to 2.1 -author: rick-anderson +author: wadepickett description: This article covers the basics of migrating an ASP.NET Core 2.0 app to 2.1. -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 06/09/2019 uid: migration/20_21 diff --git a/aspnetcore/migration/22-to-30.md b/aspnetcore/migration/22-to-30.md index 87a1de648d0d..df68517a08e7 100644 --- a/aspnetcore/migration/22-to-30.md +++ b/aspnetcore/migration/22-to-30.md @@ -1,8 +1,8 @@ --- title: Migrate from ASP.NET Core 2.2 to 3.0 -author: rick-anderson +author: wadepickett description: Learn how to migrate an ASP.NET Core 2.2 project to ASP.NET Core 3.0. -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 06/02/2023 uid: migration/22-to-30 diff --git a/aspnetcore/migration/31-to-60.md b/aspnetcore/migration/31-to-60.md index 8d8c6ae19a2b..5a244e8ece49 100644 --- a/aspnetcore/migration/31-to-60.md +++ b/aspnetcore/migration/31-to-60.md @@ -1,8 +1,8 @@ --- title: Migrate from ASP.NET Core 3.1 to .NET 6 -author: rick-anderson +author: wadepickett description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core in .NET 6. -ms.author: riande +ms.author: wpickett monikerRange: '>= aspnetcore-3.1' ms.date: 10/25/2021 uid: migration/31-to-60 diff --git a/aspnetcore/migration/50-to-60-samples.md b/aspnetcore/migration/50-to-60-samples.md index 404c82d4faf0..29ad17616d40 100644 --- a/aspnetcore/migration/50-to-60-samples.md +++ b/aspnetcore/migration/50-to-60-samples.md @@ -1,9 +1,9 @@ --- title: Code samples migrated to the new minimal hosting model in 6.0 -author: rick-anderson +author: wadepickett description: Learn how to migrate ASP.NET Core samples to the new minimal hosting model in 6.0. monikerRange: '>= aspnetcore-5.0' -ms.author: riande +ms.author: wpickett ms.date: 10/22/2021 uid: migration/50-to-60-samples --- diff --git a/aspnetcore/migration/50-to-60.md b/aspnetcore/migration/50-to-60.md index bcd3ca5af9e8..c01cab86613a 100644 --- a/aspnetcore/migration/50-to-60.md +++ b/aspnetcore/migration/50-to-60.md @@ -1,8 +1,8 @@ --- title: Migrate from ASP.NET Core in .NET 5 to .NET 6 -author: rick-anderson +author: wadepickett description: Learn how to migrate an ASP.NET Core in .NET 5 project to .NET 6. -ms.author: riande +ms.author: wpickett monikerRange: '>= aspnetcore-5.0' ms.date: 04/11/2022 uid: migration/50-to-60 diff --git a/aspnetcore/migration/Logging-nonaspnetcore.md b/aspnetcore/migration/Logging-nonaspnetcore.md index afb725800f34..2a5b8fe478c9 100644 --- a/aspnetcore/migration/Logging-nonaspnetcore.md +++ b/aspnetcore/migration/Logging-nonaspnetcore.md @@ -1,8 +1,8 @@ --- title: Migrate from Microsoft.Extensions.Logging 2.1 to 2.2 or 3.0 -author: rick-anderson +author: wadepickett description: Learn how to migrate a non-ASP.NET Core application that uses Microsoft.Extensions.Logging from 2.1 to 2.2 or 3.0. -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 01/04/2019 uid: migration/logging-nonaspnetcore diff --git a/aspnetcore/security/authentication/accconfirm.md b/aspnetcore/security/authentication/accconfirm.md index f0ec232e5687..d58f80e37d02 100644 --- a/aspnetcore/security/authentication/accconfirm.md +++ b/aspnetcore/security/authentication/accconfirm.md @@ -1,8 +1,8 @@ --- title: Account confirmation and password recovery in ASP.NET Core -author: rick-anderson +author: wadepickett description: Learn how to build an ASP.NET Core app with email confirmation and password reset. -ms.author: riande +ms.author: wpickett monikerRange: '>= aspnetcore-3.1' ms.date: 2/9/2022 uid: security/authentication/accconfirm diff --git a/aspnetcore/security/authentication/add-user-data.md b/aspnetcore/security/authentication/add-user-data.md index 359868c5e3c9..ef1fe1de43e9 100644 --- a/aspnetcore/security/authentication/add-user-data.md +++ b/aspnetcore/security/authentication/add-user-data.md @@ -1,8 +1,8 @@ --- title: Add, download, and delete user data to Identity in an ASP.NET Core project -author: rick-anderson +author: wadepickett description: Learn how to add custom user data to Identity in an ASP.NET Core project. Delete data per GDPR. -ms.author: riande +ms.author: wpickett ms.date: 03/15/2022 ms.custom: mvc uid: security/authentication/add-user-data diff --git a/aspnetcore/security/authentication/identity-custom-storage-providers.md b/aspnetcore/security/authentication/identity-custom-storage-providers.md index d07d2600278f..9f1de15f1d7e 100644 --- a/aspnetcore/security/authentication/identity-custom-storage-providers.md +++ b/aspnetcore/security/authentication/identity-custom-storage-providers.md @@ -2,7 +2,7 @@ title: Custom storage providers for ASP.NET Core Identity author: ardalis description: Learn how to configure custom storage providers for ASP.NET Core Identity. -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 10/29/2024 uid: security/authentication/identity-custom-storage-providers diff --git a/aspnetcore/security/authentication/identity-enable-qrcodes.md b/aspnetcore/security/authentication/identity-enable-qrcodes.md index 53dedc553a3b..9bdb88a7a8cc 100644 --- a/aspnetcore/security/authentication/identity-enable-qrcodes.md +++ b/aspnetcore/security/authentication/identity-enable-qrcodes.md @@ -1,9 +1,9 @@ --- title: Enable QR code generation for TOTP authenticator apps in ASP.NET Core -author: rick-anderson +author: wadepickett description: Discover how to enable QR code generation for TOTP authenticator apps that work with ASP.NET Core two-factor authentication. monikerRange: '>= aspnetcore-2.1' -ms.author: riande +ms.author: wpickett ms.date: 08/14/2018 uid: security/authentication/identity-enable-qrcodes --- diff --git a/aspnetcore/security/authentication/identity.md b/aspnetcore/security/authentication/identity.md index f67c82ae0c7c..23aadff6983a 100644 --- a/aspnetcore/security/authentication/identity.md +++ b/aspnetcore/security/authentication/identity.md @@ -1,9 +1,9 @@ --- title: Introduction to Identity on ASP.NET Core -author: rick-anderson +author: wadepickett description: Use Identity with an ASP.NET Core app. Learn how to set password requirements (RequireDigit, RequiredLength, RequiredUniqueChars, and more). monikerRange: '>= aspnetcore-3.0' -ms.author: riande +ms.author: wpickett ms.date: 04/26/2024 uid: security/authentication/identity --- diff --git a/aspnetcore/security/authentication/mfa.md b/aspnetcore/security/authentication/mfa.md index 104296a88767..5e7700d4287f 100644 --- a/aspnetcore/security/authentication/mfa.md +++ b/aspnetcore/security/authentication/mfa.md @@ -3,7 +3,7 @@ title: Multi-factor authentication in ASP.NET Core author: damienbod description: Learn how to set up multi-factor authentication (MFA) in an ASP.NET Core app. monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 10/29/2024 uid: security/authentication/mfa diff --git a/aspnetcore/security/authentication/scaffold-identity.md b/aspnetcore/security/authentication/scaffold-identity.md index c3cd0bc0cb2b..9d5b587716b2 100644 --- a/aspnetcore/security/authentication/scaffold-identity.md +++ b/aspnetcore/security/authentication/scaffold-identity.md @@ -1,9 +1,9 @@ --- title: Scaffold Identity in ASP.NET Core projects -author: rick-anderson +author: wadepickett description: Learn how to scaffold Identity in an ASP.NET Core project. monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 07/22/2024 uid: security/authentication/scaffold-identity diff --git a/aspnetcore/security/authorization/dependencyinjection.md b/aspnetcore/security/authorization/dependencyinjection.md index 96966c70df4b..704f9252b174 100644 --- a/aspnetcore/security/authorization/dependencyinjection.md +++ b/aspnetcore/security/authorization/dependencyinjection.md @@ -1,9 +1,9 @@ --- title: Dependency injection in requirement handlers in ASP.NET Core -author: rick-anderson +author: wadepickett description: Learn how to inject authorization requirement handlers into an ASP.NET Core app using dependency injection. monikerRange: ">= aspnetcore-2.1" -ms.author: riande +ms.author: wpickett ms.date: 03/25/2022 uid: security/authorization/dependencyinjection --- diff --git a/aspnetcore/security/authorization/policies.md b/aspnetcore/security/authorization/policies.md index c164c2bbc3e6..ea3bdb74c917 100644 --- a/aspnetcore/security/authorization/policies.md +++ b/aspnetcore/security/authorization/policies.md @@ -1,9 +1,9 @@ --- title: Policy-based authorization in ASP.NET Core -author: rick-anderson +author: wadepickett description: Learn how to create and use authorization policy handlers for enforcing authorization requirements in an ASP.NET Core app. monikerRange: '>= aspnetcore-3.1' -ms.author: riande +ms.author: wpickett ms.custom: mvc ms.date: 1/5/2023 uid: security/authorization/policies diff --git a/aspnetcore/security/authorization/roles.md b/aspnetcore/security/authorization/roles.md index 877ecb2a55b6..e69d4b2ad8f3 100644 --- a/aspnetcore/security/authorization/roles.md +++ b/aspnetcore/security/authorization/roles.md @@ -1,8 +1,8 @@ --- title: Role-based authorization in ASP.NET Core -author: rick-anderson +author: wadepickett description: Learn how to restrict ASP.NET Core controller and action access by passing roles to the Authorize attribute. -ms.author: riande +ms.author: wpickett monikerRange: '>= aspnetcore-3.1' ms.date: 10/14/2024 uid: security/authorization/roles