Files
guacamole-client/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json
2020-02-27 14:02:45 -05:00

31 lines
532 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"
],
"css" : [
"openid.min.css"
],
"resources" : {
"templates/openidTokenField.html" : "text/html"
}
}