mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
29 lines
465 B
JSON
29 lines
465 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.12-incubating",
|
|
|
|
"name" : "Duo TFA Authentication Backend",
|
|
"namespace" : "duo",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.duo.DuoAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json"
|
|
],
|
|
|
|
"js" : [
|
|
"duo.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"duo.min.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/duoSignedResponseField.html" : "text/html"
|
|
}
|
|
|
|
}
|