Skip to content

2FA with authenticator apps #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xmichaelx opened this issue Jan 8, 2019 · 4 comments
Closed

2FA with authenticator apps #143

xmichaelx opened this issue Jan 8, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@xmichaelx
Copy link
Contributor

xmichaelx commented Jan 8, 2019

As suggested by @skoruba it's important to support 2FA.

Here's one way of doing it:
https://dzone.com/articles/aspnet-core-two-factor-authentication-using-google

Basically app installed on you phone and QR code presented in UI:
https://play.google.com/store/apps/details?id=com.azure.authenticator&hl=en_US
https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en

And excellent tutorial from @damienbod on the topic of 2FA itself in IS4:
https://damienbod.com/2017/07/14/implementing-two-factor-authentication-with-identityserver4-and-twilio/

This way it's more accessible to everyone because you don't have to setup Twillio account and pay for sending messages.

@xmichaelx xmichaelx added the enhancement New feature or request label Jan 8, 2019
@xmichaelx
Copy link
Contributor Author

@Seaear how about 2FA apps in China? Do you have any preferences for those?

@skoruba skoruba self-assigned this Jan 13, 2019
@damienbod
Copy link

I also have an example for TOTP (QR Codes) here, might help you.

https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate

@skoruba
Copy link
Owner

skoruba commented Jan 26, 2019

@damienbod - Thank you for your link - we will use your example for profile management in general.
I will add this reference of your project into readme as well.

@skoruba skoruba mentioned this issue Apr 4, 2019
@skoruba
Copy link
Owner

skoruba commented Apr 4, 2019

Done on master.

@skoruba skoruba closed this as completed Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants