Fwd: Two-Factor Authentication support in GNU RADIUS server
Rajeesh Ramanathan <[email protected]> Fri, 23 Oct 2015 19:26:49 +0530
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Message-ID | <CAHn7P3HfgMve0EdDXasteNndv9NPpXUyASqa5d_XQLxk9SEkNQ@mail.gmail.com> |
Hi,
We are trying to test two-factor authentication using RADIUS server.
*Two-Factor Authentication:*
* First level authentication using username/password
* Second level authentication using the OTP
*RADIUS FLOW:*
*User* *NAS*
*RADIUS server*
Telnet/SSH to NAS
using Username & --------> ACCESS-REQUEST -----------> Authenticates
Username & password
password
Prompt the user
for OTP input <-------------------- <-----------------
ACCESS-CHALLENGE
User enters OTP --------> ACCESS-REQUEST ----------->
Authenticates OTP via external OTP verification script
User logs in
successfully <-------------------- <-----------------
ACCESS-ACCEPT
Could you please confirm whether this RADIUS flow (two-factor
authentication) is feasible using GNU RADIUS server for PAP & CHAP users.
Regards,
Rajeesh.R