OTP support - OATH compliant 2FA with freeradius
Hello all, Way back when, freeradius supported otp. Has that support been removed? What is it replaced with? Or, to put it another way. If I wanted to use some form of 2FA that used a server that was code running on a LINUX box, that was open source, that worked with freeradius, what might it be? The 2FA piece would support OATH compliant event (not time based) tokens - hardware or software. Many thanks, -- Michael A Hawkins Stamford, CT 06902 USA Mobile: 203-550-5502
On Oct 31, 2023, at 4:21 PM, Michael Hawkins <mhawkins.consultant@gmail.com> wrote:
Way back when, freeradius supported otp. Has that support been removed?
3.0 supported some weird SMS OTP thing. It depended on an external tool which has since disappeared. So we removed that functionality from 3.2.
What is it replaced with? Or, to put it another way. If I wanted to use some form of 2FA that used a server that was code running on a LINUX box, that was open source, that worked with freeradius, what might it be? The 2FA piece would support OATH compliant event (not time based) tokens - hardware or software.
In 3.2: rlm_totp It uses time-based OTP, like Google Authenticator, etc. Alan DeKok.
participants (2)
-
Alan DeKok -
Michael Hawkins