GUACAMOLE-210: Migrate to implicit flow (client-side, relies on "id_token"). Update to pre-release 0.9.9-incubating codebase.

This commit is contained in:
Michael Jumper
2016-06-12 00:14:00 -07:00
parent c3c6e0c43b
commit fdc0313387
14 changed files with 109 additions and 422 deletions

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "0.9.9",
"guacamoleVersion" : "0.9.9-incubating",
"name" : "OAuth Authentication Extension",
"namespace" : "guac-oauth",
@@ -11,11 +11,8 @@
"js" : [
"oauthModule.js",
"oauthController.js",
"oauthConfig.js"
],
"resources" : {
"oauthCodeField.html" : "text/html"
}
]
}