Re: 2FA with Google Authenticator and squid login
Amos Jeffries <[email protected]>
| Newsgroups | gmane.comp.web.squid.general |
|---|---|
| Message-ID | <[email protected]> |
On 2/02/25 07:43, ngtech1ltd wrote: > Hey, > > I was wondering if anyone have implemented any 2FA with squid. > > IE a simple forward proxy that implements an external ACL helper that Ah, that would not be "authentication". 2FA is done through Squid auth_param and authentication helpers same as "normal" (1FA) authentication. It is just a slightly different bunch of steps the auth system performs in the background outside of Squid. Cheers Amos