Benjamin Renard commited on 2014-12-29 21:00:22
Showing 1 changed files, with 16 additions and 0 deletions.
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+Test CAS Client |
|
2 |
+=============== |
|
3 |
+ |
|
4 |
+This application acting as CAS Client. |
|
5 |
+ |
|
6 |
+Features : |
|
7 |
+ * Login/Logout on CAS server |
|
8 |
+ * Local logout |
|
9 |
+ * Show authenticated user's informations (login and attributes) |
|
10 |
+ * Show complete debug log of phpCAS library |
|
11 |
+ |
|
12 |
+Requirements |
|
13 |
+------------ |
|
14 |
+ |
|
15 |
+ * phpCAS library (from php-cas Debian package by instance) |
|
16 |
+ * One file writable by Apache user for logging |
|
0 | 17 |