mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
37 lines
709 B
JSON
37 lines
709 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.4.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/fr.json",
|
|
"translations/ja.json",
|
|
"translations/ko.json",
|
|
"translations/pt.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
],
|
|
|
|
"js" : [
|
|
"duo.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"duo.min.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/duoSignedResponseField.html" : "text/html"
|
|
}
|
|
|
|
}
|