Skip to content
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

Do we have two factor Authentication in Orchard Core CMS ? #6352

Closed
MuhammadTalha10 opened this issue Jun 5, 2020 · 12 comments
Closed

Do we have two factor Authentication in Orchard Core CMS ? #6352

MuhammadTalha10 opened this issue Jun 5, 2020 · 12 comments
Milestone

Comments

@MuhammadTalha10
Copy link

No description provided.

@sebastienros
Copy link
Member

There isn't any default option right now.

I would suggest to follow the asp.net mvc implementation, and maybe this could be added as a PR?
Our User controller is following the default asp.net mvc templates, so it should be straightforward to add. And this could be done as a feature so it's not enabled by default. Each method of second auth could then be another feature. Like email, sms, ...

@MuhammadTalha10
Copy link
Author

It may Included In future ? Or Orchard Core is not targeting to have this ?

@hishamco
Copy link
Member

hishamco commented Jun 6, 2020

@MuhammadTalha10 I will try to add it in OCC in case OC doesn't include it yet

@MuhammadTalha10
Copy link
Author

@sebastienros @hishamco Thanks for your response

@sebastienros sebastienros added this to the 1.0.x milestone Jul 2, 2020
@Piedone
Copy link
Member

Piedone commented Aug 23, 2022

There's a module for this by @ns8482e: https://github.com/surevelox/OrchardCore.Modules/blob/master/TwoFactorAuth/README.md

@Piedone
Copy link
Member

Piedone commented May 23, 2023

@MikeAlhayek fixed in #13704, right?

@hishamco
Copy link
Member

Right

@Piedone
Copy link
Member

Piedone commented May 23, 2023

Awesome!

@MikeAlhayek
Copy link
Member

Yes this is now part of OC 1.7 preview. You can enable it easily via settings

#13704

@Piedone
Copy link
Member

Piedone commented May 23, 2023

Thank you for implementing it!

@hishamco
Copy link
Member

I remembered @ns8482e implemented something similar previously, but it was closed-source, but @MikeAlhayek did it on open :)

I might need to try what you did Mike, I use something similar to implement OTP with a custom SMS service

@MikeAlhayek
Copy link
Member

Yes try it out :). I am already using it is production system. Yes with preview-1.7

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants