summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/admin_user.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove php samples from the lasso repositoryChristophe Nowicki2005-01-251-306/+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 Raviart2005-01-221-2/+2
|
* Group misc functions into misc.php on the idp and spChristophe Nowicki2004-09-231-6/+4
| | | | | | | 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 Nowicki2004-09-221-4/+3
|
* PHP session are now stored in the databaseChristophe Nowicki2004-09-201-8/+19
| | | | | | | 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 ProviderChristophe Nowicki2004-09-171-11/+12
| | | | | | 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 Nowicki2004-09-161-6/+11
|
* New logging system based on Pear::Log package.Christophe Nowicki2004-09-151-1/+1
| | | | | Every actions on the idp, sp will be logged inside the database, syslog a file.
* now the user list show federationsChristophe Nowicki2004-09-131-7/+60
|
* split source code of singleSignOn.php in many functionsChristophe Nowicki2004-09-131-1/+1
| | | | | added support for http basic authentification remove useless "?SID=" values
* Use header("Location: $url\n\n") instead of header("Location: $url")Christophe Nowicki2004-09-101-8/+8
| | | | | | Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean.
* nice user browserChristophe Nowicki2004-09-081-7/+49
|
* PHP Idp Sample :Christophe Nowicki2004-09-061-7/+14
| | | | | | - form for creating metadata - sso support - small README with installation instruction
* PHP IdP Sample :Christophe Nowicki2004-09-011-0/+190
- setup system is working - user management (add, delete, etc ...) - sso login in progress