mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-29 08:05:31 +00:00
40 lines
812 B
JSON
40 lines
812 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.6.0",
|
|
|
|
"name" : "SSL Authentication Extension",
|
|
"namespace" : "ssl",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.ssl.SSLAuthenticationProvider"
|
|
],
|
|
|
|
"listeners" : [
|
|
"org.apache.guacamole.auth.ssl.SSLAuthenticationEventListener"
|
|
],
|
|
|
|
"css" : [
|
|
"styles/sso-providers.css"
|
|
],
|
|
|
|
"js" : [ "ssl.min.js" ],
|
|
|
|
"html" : [
|
|
"html/sso-providers.html",
|
|
"html/sso-provider-ssl.html"
|
|
],
|
|
|
|
"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"
|
|
]
|
|
|
|
}
|