-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Add two factor authentication #1034
Comments
I just got my new YubiKey in the mail so I might take a stab at this. 😁 |
I implemented this another way. I recently did a large multi-service LDAP deployment and made the ldap server work that way so it only accepts a password of
So 2fa across all the services 👍 |
That works for ldap. For sure want this in Rocket.Chat its self |
sure, I am not stopping you from implementing this. Depending on 2FA implementation in each of the used services started to be annoying so that's just the solution I used. |
+1 |
👍 |
@stephenreda that looks pretty useful! Thanks for sharing |
+1 |
2 similar comments
+1 |
+1 |
Is there any upcoming progress on this? I would really love to have this feature or let me know if anyone has any temporary ways to add 2fa to rocket chat. |
if you use nginx you can add this: https://github.com/RobThree/TwoFactorAuth |
Nice. Had never seen that before. Also alternative would be force oauth provider and do two factor at that level. Not ideal |
Is there any other way or any progress of this being added to rocket chat? |
@MandMDub
|
@MandMDub Its Not ideal, like the solutions above, but you can work with client certificates too. It's some sort of 2FA. ;-) |
@ninja- could you please tell me/us how you did it ? |
I wonder if this will work at the moment through the SAML provider using someone like https://duo.com I might give it a go. |
@JSzaszvari i'd think it would. |
Is there any update on this new feature? It would be very interesting to add two factor authentication. |
Interested in this as well. U2F would be ideal using something like yubikey would be great!!! |
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: