XBackBone icon indicating copy to clipboard operation
XBackBone copied to clipboard

2FA

Open untuned opened this issue 6 years ago • 3 comments

Would it be possible to include two factor authentication to logins, such as being able to enable it, or require it for certain users?

For example, a section in the system tab for enabling 2FA requirements for no one, admins, and everyone, and then another option to require it for specific users.

untuned avatar Feb 06 '19 15:02 untuned

it would be really great

idblock avatar Apr 04 '20 00:04 idblock

rather than re-inventing the wheel, integration with existing 2FA systems might be worth considering.

e.g., a 2FA login system may set server vars

$_SERVER['HTTP_REMOTE_GROUPS'] $_SERVER['HTTP_REMOTE_USER']

on successful login (1FA + 2FA), if enabled/configured, XBackBone could use the existence of those vars ...

pgnd avatar May 18 '20 14:05 pgnd