mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-210: Refactor source referencing OAuth to OpenID. This extension uses OpenID, not OAuth.
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
|
||||
"guacamoleVersion" : "0.9.11-incubating",
|
||||
|
||||
"name" : "OAuth Authentication Extension",
|
||||
"namespace" : "guac-oauth",
|
||||
"name" : "OpenID Authentication Extension",
|
||||
"namespace" : "guac-openid",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.oauth.OAuthAuthenticationProvider"
|
||||
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
|
||||
],
|
||||
|
||||
"js" : [
|
||||
"oauthModule.js",
|
||||
"oauthController.js",
|
||||
"oauthConfig.js"
|
||||
"openidModule.js",
|
||||
"openidController.js",
|
||||
"openidConfig.js"
|
||||
]
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user