diff --git a/categories/infrastructure-and-networking/rules-to-better-security.md b/categories/infrastructure-and-networking/rules-to-better-security.md index a8a4ff8ac21..802e2baf3f3 100644 --- a/categories/infrastructure-and-networking/rules-to-better-security.md +++ b/categories/infrastructure-and-networking/rules-to-better-security.md @@ -26,7 +26,7 @@ index: - de-identified-data - sign-in-risk-policy - user-risk-policy -- migrate-an-existing-user-store-to-externalauthprovider +- migrate-an-existing-user-store-to-an-externalauthprovider --- Watch [the best security videos on SSW TV](https://tv.ssw.com/category/security) for free. diff --git a/rules/integrate-identityserver-with-an-existing-user-store/rule.md b/rules/migrate-an-existing-user-store-to-an-externalauthprovider/rule.md similarity index 97% rename from rules/integrate-identityserver-with-an-existing-user-store/rule.md rename to rules/migrate-an-existing-user-store-to-an-externalauthprovider/rule.md index 0f4c31c0b52..a19514aebcf 100644 --- a/rules/integrate-identityserver-with-an-existing-user-store/rule.md +++ b/rules/migrate-an-existing-user-store-to-an-externalauthprovider/rule.md @@ -1,12 +1,14 @@ --- type: rule title: Do you know how to migrate an existing user store to an ExternalAuthProvider? -uri: integrate-identityserver-with-an-existing-user-store +uri: migrate-an-existing-user-store-to-an-externalauthprovider authors: - title: "Dhruv Mathur" url: https://www.ssw.com.au/people/dhruv/ created: 2023-10-31T04:31:12.396Z guid: 38a5988b-1740-4120-840d-116ad6e91566 +redirects: +- integrate-identityserver-with-an-existing-user-store --- When integrating an external authentication provider (IdentityServer, Azure AD or Microsoft Entra ID etc.) with an existing ASP .NET Core application which uses ASP .NET Core Identity, challenges arise due to different user identification systems.