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,10 @@
# guacamole-auth-cas
CAS SSO Module for Guacamole
This is an extension module for Guacamole that authenticates using a CAS SSO backend.
There are two parameters to add to the guacamole.properties file:
- cas-authorization-endpoint -> The URL of the CAS server.
- cas-redirect-uri -> Where the CAS server should redirect back to after a successful login.
This module was written using source code provided by Mike Jumper for the OpenID (OAUTH) module and modified to fit the CAS authentication process.