mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
30 lines
480 B
JSON
30 lines
480 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.0.0",
|
|
|
|
"name" : "CAS Authentication Extension",
|
|
"namespace" : "guac-cas",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.cas.CASAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/de.json",
|
|
"translations/en.json"
|
|
],
|
|
|
|
"js" : [
|
|
"cas.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"cas.min.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/casTicketField.html" : "text/html"
|
|
}
|
|
|
|
}
|