GUACAMOLE-210: Add stub OAuthAuthenticationProvider.

This commit is contained in:
Michael Jumper
2016-01-01 19:54:58 -08:00
parent b64247dfb2
commit 67c817af9f
4 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"guacamoleVersion" : "0.9.9",
"name" : "OAuth Authentication Extension",
"namespace" : "guac-oauth",
"authProviders" : [
"org.apache.guacamole.auth.oauth.OAuthAuthenticationProvider"
]
}