GUACAMOLE-210: Add OAuth code/link field.

This commit is contained in:
Michael Jumper
2016-01-02 00:22:08 -08:00
parent c7d5bd69aa
commit 89f25a9467
5 changed files with 71 additions and 2 deletions

View File

@@ -7,6 +7,15 @@
"authProviders" : [
"org.apache.guacamole.auth.oauth.OAuthAuthenticationProvider"
]
],
"js" : [
"oauthModule.js",
"oauthConfig.js"
],
"resources" : {
"oauthCodeField.html" : "text/html"
}
}