aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 870 forks source link

Two factor authentication by Email #1867

Closed flatproject closed 6 years ago

flatproject commented 6 years ago

Is it possible to configure 2FA via email in a .net core 2.0 or 2.1 application?

I can't find any information anywhere about it apart from SMS or QR code examples which are not usable in a PCI compliant environment.

Are there any email 2FA examples anywhere?

Thank you

brockallen commented 6 years ago

Yes, it's still in there (and presumably supported). My suggest is to create an ASP.NET Core 1.x project and see how the starter code does it.

flatproject commented 6 years ago

That's great, thank you! I can confirm I followed the process from core 1.x and it worked without any issues.