mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +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
10
extensions/guacamole-auth-cas/README.md
Normal file
10
extensions/guacamole-auth-cas/README.md
Normal 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.
|
Reference in New Issue
Block a user