Skip to content

Custom user enrollment process for IAM solutions leveraging Duo.com for 2FA.

License

Notifications You must be signed in to change notification settings

bane73/duo-registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Process

Maven is used to build the project. To build the war distribution file, clone the project and execute: mvn install

In order for successful compilation:

Copy the DuoKeys.Template and include your own integration iKeys, sKeys, hKeys:

cp ./src/main/resources/DuoKeys.Template ./src/main/resources/DuoKeys.properties

Dependencies

The following dependencies are not available through the Maven repositories and must be installed separately:

The Registration/Management portion of the Web pages are locked with simple Spring Form Security. Username: DuoTestUser Password: 123456

About

Custom user enrollment process for IAM solutions leveraging Duo.com for 2FA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.5%
  • JavaScript 5.5%