mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
38 lines
743 B
JSON
38 lines
743 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.5.3",
|
|
|
|
"name" : "OpenID Authentication Extension",
|
|
"namespace" : "openid",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
|
|
],
|
|
|
|
"css" : [
|
|
"styles/sso-providers.css"
|
|
],
|
|
|
|
"html" : [
|
|
"html/sso-providers.html",
|
|
"html/sso-provider-openid.html"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/fr.json",
|
|
"translations/ja.json",
|
|
"translations/ko.json",
|
|
"translations/pt.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
],
|
|
|
|
"js" : [
|
|
"openid.min.js"
|
|
]
|
|
|
|
}
|