Files
guacamole-client/extensions/guacamole-auth-json/src/main/resources/guac-manifest.json
2023-07-03 13:51:40 -04:00

17 lines
279 B
JSON

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