OPNsense Forum

English Forums => Web Proxy Filtering and Caching => Topic started by: fox-octi on October 26, 2021, 01:23:07 PM

Title: NGINX - Advanced ACL Authentication Backend
Post by: fox-octi on October 26, 2021, 01:23:07 PM
Hi,

I want to use the "Advanced ACL Authentication Backend" to authenticate my user.
As Backend, i using 2FA Google Authentication.

My problem is, that the Authentication is working, but after the 2fa Code is not valid anymore, the auth is comming up again. Is there an Option, to save the successfully authentication for a while ?

best regards

Chris
Title: Re: NGINX - Advanced ACL Authentication Backend
Post by: fabian on October 26, 2021, 01:44:20 PM
No, this feature is doing a stateless authentication call to the authentication server.
Title: Re: NGINX - Advanced ACL Authentication Backend
Post by: fox-octi on December 30, 2021, 04:57:08 PM
is there a other solution, for 2fa authentication for nginx plugin?

best regards

Chris
Title: Re: NGINX - Advanced ACL Authentication Backend
Post by: fabian on December 31, 2021, 10:09:45 PM
You can use a client certificate for TLS.
Title: Re: NGINX - Advanced ACL Authentication Backend
Post by: fox-octi on January 08, 2022, 03:28:17 PM
Hi this is not really a solution.