From a978f2df64c14067d338316d8d07f6d2f771dedc Mon Sep 17 00:00:00 2001 From: Sourabh Shirhatti Date: Mon, 8 Feb 2016 18:00:58 -0800 Subject: [PATCH] Update identity links --- aspnet/migration/identity.rst | 2 ++ aspnet/security/authentication/2fa.rst | 3 +++ aspnet/security/authentication/accconfirm.rst | 2 ++ .../introduction-to-aspnet-identity.rst | 10 +++++----- common/mvc.inv | Bin 498 -> 491 bytes mvc/migration/migratingauthmembership.rst | 2 ++ 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/aspnet/migration/identity.rst b/aspnet/migration/identity.rst index f10221116e..856a3c7f04 100644 --- a/aspnet/migration/identity.rst +++ b/aspnet/migration/identity.rst @@ -1,5 +1,7 @@ .. include:: /../common/stub-topic.txt +.. _migration-identity: + |stub-icon| Migrating from ASP.NET Identity 2.x to 3.x ====================================================== diff --git a/aspnet/security/authentication/2fa.rst b/aspnet/security/authentication/2fa.rst index 0f1988bb7a..6b0153a950 100644 --- a/aspnet/security/authentication/2fa.rst +++ b/aspnet/security/authentication/2fa.rst @@ -1,3 +1,6 @@ +.. _security-authentication-2fa: + + Two-factor authentication with SMS using ASP.NET Identity ========================================================= diff --git a/aspnet/security/authentication/accconfirm.rst b/aspnet/security/authentication/accconfirm.rst index 915160a961..7ca5b705ca 100644 --- a/aspnet/security/authentication/accconfirm.rst +++ b/aspnet/security/authentication/accconfirm.rst @@ -1,3 +1,5 @@ +.. _security-authentication-account-confirmation: + Account Confirmation and Password Recovery with ASP.NET Identity ================================================================ diff --git a/aspnet/security/authentication/introduction-to-aspnet-identity.rst b/aspnet/security/authentication/introduction-to-aspnet-identity.rst index 81e57ce75f..0667858f14 100644 --- a/aspnet/security/authentication/introduction-to-aspnet-identity.rst +++ b/aspnet/security/authentication/introduction-to-aspnet-identity.rst @@ -136,8 +136,8 @@ For additional information and guidance on migrating your existing apps to the A Next Steps ---------- -- `Migrating Authentication and Identity From ASP.NET MVC 5 to MVC 6 `_ -- `Migrating from ASP.NET Identity 2.x to 3.x `_ -- `Account Confirmation and Password Recovery with ASP.NET Identity `_ -- `Two-factor Authentication with SMS Using ASP.NET Identity `_ -- `Enabling authentication using external providers `_ +- :ref:`mvc:migration-auth-membership` +- :ref:`migration-identity` +- :ref:`security-authentication-account-confirmation` +- :ref:`security-authentication-2fa` +- :ref:`security-authentication-social-logins` diff --git a/common/mvc.inv b/common/mvc.inv index e3467ad6c40023fd67999e1ec1f4f73375bcd164..300d6090323b9d14f82bea72d24b8715578c8f86 100644 GIT binary patch delta 382 zcmV-^0fGMV1M35jKaoT_e}z)LPQx$|-u)CO(bbI@%D~nZ5FJt~QgwHoOJd=~k?jQX z9_);~9*=+%Cs3nEY}S20_uZYj(uUSb3f_US>8)gElt8b+AaAs=UBrJG%fgoOY5_@& zTx6Z7a$vB1dQRXl;3UUNR4KlNR#Vl>Vb{OO4DW)pfOT?M?(dHff1kE+r+8ChWtkPK zBBjVRvq&ZDRAXr-B!)ho;Hc5~s`5;$vTXTka*w?S*aE@(K<`6-q?9$bpe2@P)TR*i zza4u1FFowjFKX>@H-g}U4p^1KF6|4pg9n!`7vlzbk8L?oO*?GOlOu~cXR^AJH;w(oZ6qOaQ_j7|yaR&X?sDGmEUKgD0ywH()Gh(V@#@%O9twJ~+#2?v%Vu`H(r c%G%w8&W!9ActMJSA9!RrJbHk91K`Ub(#=e|@Bjb+ delta 390 zcmV;10eSxG1M&lqKLs!@FfK8XKRSPHQn7A>Fc97S6(==g9Mqvpw}ez`2hylS*^Rjn zx5h@cp+(Ba*I;O%VzchOd++X@xi*$oS_U7deX;psQn z|MB2$iCxb__lj4Q$^R4KGz(j4sQDKaEyN5QH7GzI(FI8qS^Wy5BPm;vMWqA*IfQ z#9%yk>`PI=my+DoLgw8Glb&`m9MwzrW?nd7$fj!P2n;bMIz-s`=FFYVJ=W$-Uy#N3J diff --git a/mvc/migration/migratingauthmembership.rst b/mvc/migration/migratingauthmembership.rst index cc72f423fd..67df5a9171 100644 --- a/mvc/migration/migratingauthmembership.rst +++ b/mvc/migration/migratingauthmembership.rst @@ -1,3 +1,5 @@ +.. _migration-auth-membership: + Migrating Authentication and Identity From ASP.NET MVC 5 to MVC 6 =================================================================