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

25 lines
465 B
JSON

{
"guacamoleVersion" : "1.3.0",
"name" : "OpenID Authentication Extension",
"namespace" : "guac-openid",
"authProviders" : [
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
],
"translations" : [
"translations/ca.json",
"translations/de.json",
"translations/en.json",
"translations/ja.json",
"translations/ru.json"
],
"js" : [
"openid.min.js"
]
}