Skip to content

Releases: leonardomarino/duo_auth

v1.0.11

17 Jun 08:59
1cb510c
Compare
Choose a tag to compare

Fix variable "rc_path" in blocking page function.

v1.0.10

15 Jun 17:19
0e744f0
Compare
Choose a tag to compare

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

15 Jun 15:35
1bb65aa
Compare
Choose a tag to compare

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

15 Jun 12:22
75f0217
Compare
Choose a tag to compare
  • Fixed logo position in Elastic theme

v1.0.7

09 Dec 13:08
1047d72
Compare
Choose a tag to compare

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

19 Dec 21:27
1203dd7
Compare
Choose a tag to compare
  • 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 the plugins/duo_auth directory.

v1.0.5

07 Jun 14:03
Compare
Choose a tag to compare
  • 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 the plugins/duo_auth directory.

v1.0.4

01 Feb 13:45
Compare
Choose a tag to compare
  • composer.json update

v1.0.3

23 Aug 13:47
Compare
Choose a tag to compare
  • Plugin updated to work with Roundcube version 1.3.1
  • New feature for two factor authentication override, see '2FA_OVERRIDE' in config.inc.php