mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
33 lines
581 B
JSON
33 lines
581 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.3.0",
|
|
|
|
"name" : "Duo TFA Authentication Backend",
|
|
"namespace" : "duo",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.duo.DuoAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/ja.json",
|
|
"translations/ru.json"
|
|
],
|
|
|
|
"js" : [
|
|
"duo.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"duo.min.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/duoSignedResponseField.html" : "text/html"
|
|
}
|
|
|
|
}
|