mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.11-incubating",
|
|
|
|
"name" : "OpenID Authentication Extension",
|
|
"namespace" : "guac-openid",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
|
|
],
|
|
|
|
"js" : [
|
|
"openidModule.js",
|
|
"openidController.js",
|
|
"openidConfig.js"
|
|
]
|
|
|
|
}
|