mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.13-incubating",
|
|
|
|
"name" : "CAS Authentication Extension",
|
|
"namespace" : "guac-cas",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.cas.CASAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json"
|
|
],
|
|
|
|
"js" : [
|
|
"casModule.js",
|
|
"casController.js",
|
|
"casConfig.js"
|
|
]
|
|
|
|
}
|