mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.2.0",
|
|
|
|
"name" : "OpenID Authentication Extension",
|
|
"namespace" : "guac-openid",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/ja.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
],
|
|
|
|
"js" : [
|
|
"openid.min.js"
|
|
]
|
|
|
|
}
|