Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 9222b39

Browse files
committed
Documentation authfront.cas
1 parent 688ce91 commit 9222b39

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<p>Authenticate user using <a href="http://www.jasig.org/cas" target="_top">CAS</a>.</p>
22

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.
118

0 commit comments

Comments
 (0)