Files
guacamole-client/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json
2020-06-22 14:24:02 -04:00

23 lines
401 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"
],
"js" : [
"openid.min.js"
]
}