Skip to content

Commit ca10c1d

Browse files
committed
Clean up link errors
1 parent 93d4ac9 commit ca10c1d

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/security/authentication

1 file changed

+2
-2
lines changed

aspnetcore/security/authentication/2fa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By [Rick Anderson](https://twitter.com/RickAndMSFT) and [Swiss-Devs](https://git
1515
>[!WARNING]
1616
> Two factor authentication (2FA) authenticator apps, using a Time-based One-time Password Algorithm (TOTP), are the industry recommended approach for 2FA. 2FA using TOTP is preferred to SMS 2FA. For more information, see [Enable QR Code generation for TOTP authenticator apps in ASP.NET Core](xref:security/authentication/identity-enable-qrcodes) for ASP.NET Core 2.0 and later.
1717
18-
This tutorial shows how to set up two-factor authentication (2FA) using SMS. Instructions are given for [twilio](https://www.twilio.com/), but you can use any other SMS provider. We recommend you complete [Account Confirmation and Password Recovery](xref:security/authentication/accconfirm) before starting this tutorial.
18+
This tutorial shows how to set up two-factor authentication (2FA) using SMS. Instructions are given for [twilio](https://www.twilio.com/) and [ASPSMS](https://www.aspsms.com/asp.net/identity/core/testcredits/), but you can use any other SMS provider. We recommend you complete [Account Confirmation and Password Recovery](xref:security/authentication/accconfirm) before starting this tutorial.
1919

2020
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authentication/2fa/sample/Web2FA). [How to download](xref:index#how-to-download-a-sample).
2121

@@ -25,7 +25,7 @@ Create a new ASP.NET Core web app named `Web2FA` with individual user accounts.
2525

2626
### Create an SMS account
2727

28-
Create an SMS account, for example, from [twilio](https://www.twilio.com/). Record the authentication credentials (for twilio: accountSid and authToken, for ASPSMS: Userkey and Password).
28+
Create an SMS account, for example, from [twilio](https://www.twilio.com/) or [ASPSMS](https://www.aspsms.com/asp.net/identity/core/testcredits/). Record the authentication credentials (for twilio: accountSid and authToken, for ASPSMS: Userkey and Password).
2929

3030
#### Figuring out SMS Provider credentials
3131

0 commit comments

Comments
 (0)