Files
guacamole-client/extensions/guacamole-auth-json/src/main/resources/guac-manifest.json

17 lines
279 B
JSON

{
"guacamoleVersion" : "1.5.0",
"name" : "Encrypted JSON Authentication",
"namespace" : "json",
"authProviders" : [
"org.apache.guacamole.auth.json.JSONAuthenticationProvider"
],
"translations" : [
"translations/en.json"
]
}