mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-204: Implementation of CAS SSO module for Guacamole authentication.
This commit is contained in:
committed by
Nick Couchman
parent
1c197ae467
commit
b278970076
@@ -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"
|
||||
]
|
||||
|
||||
}
|
Reference in New Issue
Block a user