Skip to content

Experimental Duo two-factor auth provider for Nextcloud

Notifications You must be signed in to change notification settings

srolfe/twofactor_duo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twofactor_duo

Experimental Duo two-factor auth provider for Nextcloud. Tested working up to 25.0.1 RC1

Configuration

Add your duo configuration to your Nextcloud's config/config.php fils:

'twofactor_duo' => [
    'IKEY' => 'xxx',
    'SKEY' => 'yyy',
    'HOST' => 'zzz',
    'AKEY' => '123',
  ],

AKEY can be generated using the command dd if=/dev/random count=1 | sha256sum

About

Experimental Duo two-factor auth provider for Nextcloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.1%
  • PHP 37.2%
  • CSS 0.7%