You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
<p>Authenticate user using <ahref="http://www.jasig.org/cas" target="_top">CAS</a>.</p>
2
2
3
-
<p>You have to set it up correctly in conf/bootstrap_plugins.php using the following keys in <var>$PLUGINS["AUTH_DRIVER"]["OPTIONS"]</var> array:</p>
4
-
5
-
<pre>
6
-
CAS_SERVER: hostname of the CAS server (example: login.example.com)
7
-
CAS_URI: URI where CAS server is installed on (example: /cas)
8
-
CAS_PORT: port where CAS server is listening on waiting for connections
9
-
USERS_FILEPATH: Inherited from auth.serial. File where user data is stored
10
-
</pre>
3
+
Authfront.cas is based on phpCAS library of JASIG that turns Pydio to be able be integrated into a SSO system.
4
+
It can do the authentication on a remote server CAS by using two mode: client and proxy
5
+
* In mode client, authfront.cas runs as a cas client to authenticate given user's credential to remote server CAS.
6
+
* In mode proxy, it can provide additionally authentication service to another service such as smb/cifs or imap ...
7
+
Note: The connection between pydio and cas normally is an ssl connection. Administrator must take attention on configuration of certificate and trusted relationship of two direction between Pydio server and CAS.
0 commit comments