GUACAMOLE-136: Implement basic support for verifying user identity using Duo.

This commit is contained in:
Michael Jumper
2016-12-01 21:36:26 -08:00
parent 718e4dab00
commit 48af3ef45d
22 changed files with 3158 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"guacamoleVersion" : "0.9.10-incubating",
"name" : "Duo TFA Authentication Backend",
"namespace" : "duo",
"authProviders" : [
"org.apache.guacamole.auth.duo.DuoAuthenticationProvider"
],
"translations" : [
"translations/en.json"
],
"js" : [
"duoModule.js",
"controllers/duoSignedResponseController.js",
"config/duoConfig.js",
"lib/DuoWeb/LICENSE.js",
"lib/DuoWeb/Duo-Web-v2.js"
],
"css" : [
"styles/duo.css"
],
"resources" : {
"templates/duoSignedResponseField.html" : "text/html"
}
}