GUACAMOLE-204: Implementation of CAS SSO module for Guacamole authentication.

This commit is contained in:
Nick Couchman
2017-02-10 08:59:37 -05:00
committed by Nick Couchman
parent 1c197ae467
commit b278970076
19 changed files with 1277 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"guacamoleVersion" : "0.9.11-incubating",
"name" : "CAS Authentication Extension",
"namespace" : "guac-cas",
"authProviders" : [
"org.apache.guacamole.auth.cas.CASAuthenticationProvider"
],
"js" : [
"casModule.js",
"casController.js",
"casConfig.js"
],
"css" : [
"cas.css"
]
}