mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-12 16:07:42 +00:00
19 lines
339 B
JSON
19 lines
339 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.9-incubating",
|
|
|
|
"name" : "OAuth Authentication Extension",
|
|
"namespace" : "guac-oauth",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.oauth.OAuthAuthenticationProvider"
|
|
],
|
|
|
|
"js" : [
|
|
"oauthModule.js",
|
|
"oauthController.js",
|
|
"oauthConfig.js"
|
|
]
|
|
|
|
}
|