| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove php samples from the lasso repository | Christophe Nowicki | 2005-01-25 | 1 | -494/+0 |
| | | | | | | | | | I'm still working on it. I will release an independant Pear package for Lasso 0.6. The pear package repository is here: https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/ | ||||
| * | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 1 | -1/+1 |
| | | |||||
| * | create a isDBError function | Christophe Nowicki | 2005-01-18 | 1 | -110/+76 |
| | | | | | update sso code for the new lasso api | ||||
| * | Group misc functions into misc.php on the idp and sp | Christophe Nowicki | 2004-09-23 | 1 | -7/+1 |
| | | | | | | | | Add Federation Terminaison metadata on the idp and sp Add view off federation on the sp Add cancel federation button on the sp and idp Defederation is not working yet | ||||
| * | fix problem with the sso, now the user can do more than one sso session. | Christophe Nowicki | 2004-09-22 | 1 | -30/+72 |
| | | |||||
| * | PHP session are now stored in the database | Christophe Nowicki | 2004-09-20 | 1 | -95/+115 |
| | | | | | | | | A now table was added 'sso_session' for storing information about the PHP Session, it's possible to view logged user Logout destroy the PHP session in the IdP Bug : user can't sso twice ;( | ||||
| * | log viewer for the Service Provider and the Identity Provider | Christophe Nowicki | 2004-09-17 | 1 | -47/+69 |
| | | | | | | | added logger for in many files updated idp1 metadata, added .php extension added session viewer for the sp (you will be able to view online users) | ||||
| * | New logging system with a web interface. | Christophe Nowicki | 2004-09-16 | 1 | -30/+10 |
| | | |||||
| * | New logging system based on Pear::Log package. | Christophe Nowicki | 2004-09-15 | 1 | -17/+71 |
| | | | | | | Every actions on the idp, sp will be logged inside the database, syslog a file. | ||||
| * | split source code of singleSignOn.php in many functions | Christophe Nowicki | 2004-09-13 | 1 | -88/+225 |
| | | | | | | added support for http basic authentification remove useless "?SID=" values | ||||
| * | change header("Location $url\n\n") to header("Location $url\r\n\r\n") | Christophe Nowicki | 2004-09-10 | 1 | -1/+1 |
| | | |||||
| * | Use header("Location: $url\n\n") instead of header("Location: $url") | Christophe Nowicki | 2004-09-10 | 1 | -119/+154 |
| | | | | | | | Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean. | ||||
| * | added edit sp metadata to the setup system | Christophe Nowicki | 2004-09-08 | 1 | -10/+6 |
| | | |||||
| * | SOAP request read problem fixed | Christophe Nowicki | 2004-09-08 | 1 | -91/+114 |
| | | | | | SSO is now working much better | ||||
| * | IdP PHP : logout is working | Christophe Nowicki | 2004-09-07 | 1 | -9/+23 |
| | | |||||
| * | PHP Idp Sample : | Christophe Nowicki | 2004-09-06 | 1 | -22/+177 |
| | | | | | | | - form for creating metadata - sso support - small README with installation instruction | ||||
| * | PHP IdP Sample : | Christophe Nowicki | 2004-09-01 | 1 | -0/+56 |
| - setup system is working - user management (add, delete, etc ...) - sso login in progress | |||||
