Releases: leonardomarino/duo_auth
Releases · leonardomarino/duo_auth
v1.0.11
v1.0.10
All 1.0.9 release feature and:
Add new key configuration "rc_path" in duo.conf file for simplest specify RC installation web folder in your web-server environment installation.
[rc_path]
;you must indicate URI web-server path without FQDN to your web folder RC installation, for example - rc_path = "/" if web-folder is root, or rc_path = "/rc/" if your installation sub-web-folder, virtual folder or alias.
rc_path = "/"
v1.0.9
New feature release support:
- add new integration with new Cisco DUO WEB v4 SDK Universal Prompt mode;
- new configuration plugin mode (aka .ini config);
- not need additional iframe login page window for 2FA; not need additional javascript plugin. Redirect page now hosted by Cisco DUO Cloud;
- failmode control mode if Cisco DUO Service HealthCheck failed;
- http proxy mode support;
- new universal and standard prompt's 2FA mode support;
- optimise code;
- support PHP code version >=7.4 (8.0-8.2) and newly RC version;
- blocking page while 2FA not approved.
Additional feature:
- local bypass 2FA Cisco DUO by username login;
- local bypass 2FA Cisco DUO by IP Address/Subnet (prefix).
v1.0.8
- Fixed logo position in Elastic theme
v1.0.7
You need to create symbolic links from the src directory in duo_api_php as follows:
cd into the plugins/duo_auth directory
ln -s ../../vendor/duosecurity/duo_api_php/src/* .
Execute the previous command from the plugins/duo_auth directory.
v1.0.6
- Added support for mobile devices and updated Duo-Web-v2.min.js
- Run
composer dumpautoload -o
- You may need to create symbolic links from the src directory in duo_api_php as follows if the previous command does not work:
ln -s ../../vendor/duosecurity/duo_api_php/src/* .
Execute the previous command from theplugins/duo_auth
directory.
v1.0.5
- Added support for IPv4 CIDR matching and 2FA overrride for specific users
- You need to create symbolic links from the src directory in duo_api_php as follows:
ln -s ../../vendor/duosecurity/duo_api_php/src/* .
Execute the previous command from theplugins/duo_auth
directory.
v1.0.4
- composer.json update
v1.0.3
- Plugin updated to work with Roundcube version 1.3.1
- New feature for two factor authentication override, see '2FA_OVERRIDE' in config.inc.php