GUACAMOLE-210: Refactor source referencing OAuth to OpenID. This extension uses OpenID, not OAuth.

This commit is contained in:
Michael Jumper
2017-02-21 12:43:15 -08:00
parent 1034612a47
commit d04d61225a
12 changed files with 110 additions and 109 deletions

View File

@@ -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"
]
}