summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp
Commit message (Collapse)AuthorAgeFilesLines
* Remove php samples from the lasso repositoryChristophe Nowicki2005-01-2519-2239/+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-2213-18/+18
|
* update metadataChristophe Nowicki2005-01-182-18/+56
|
* change constants nameChristophe Nowicki2005-01-181-5/+6
|
* fix LassoServer callChristophe Nowicki2005-01-181-14/+32
|
* add a gen_keys.sh script for generating automatically ssl keysChristophe Nowicki2005-01-181-0/+19
|
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-211-7/+8
| | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that.
* ignore generated filesFrederic Peters2004-12-141-0/+3
|
* Group misc functions into misc.php on the idp and spChristophe Nowicki2004-09-238-45/+502
| | | | | | | 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
* Add Federation Federation Termination metadataChristophe Nowicki2004-09-231-0/+5
|
* Added ProfileBrwsPostChristophe Nowicki2004-09-221-18/+36
|
* PHP session are now stored in the databaseChristophe Nowicki2004-09-209-33/+184
| | | | | | | 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-178-83/+441
| | | | | | 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-163-16/+30
|
* Added sample xml metadata in the distributionChristophe Nowicki2004-09-154-24/+84
| | | | | Added a README file, this file explain howto setup a PHP IdP/SP, it's not fully documented yet. Work in progress.
* New logging system based on Pear::Log package.Christophe Nowicki2004-09-153-4/+6
| | | | | Every actions on the idp, sp will be logged inside the database, syslog a file.
* split source code of singleSignOn.php in many functionsChristophe Nowicki2004-09-132-7/+4
| | | | | 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 Nowicki2004-09-104-15/+8
|
* Use header("Location: $url\n\n") instead of header("Location: $url")Christophe Nowicki2004-09-106-17/+20
| | | | | | Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean.
* please use spaces between variable names and valuesFrederic Peters2004-09-081-8/+3
|
* SOAP request read problem fixedChristophe Nowicki2004-09-082-16/+62
| | | | SSO is now working much better
* IdP PHP : logout is workingChristophe Nowicki2004-09-075-7/+7
|
* Added php sample-sp to the distribution.Romain Chantereay2004-09-071-0/+9
|
* Fix addProvider bugChristophe Nowicki2004-09-011-1/+1
|
* new version of the PHP service provider made with the new Swig PHP bindingChristophe Nowicki2004-08-318-0/+1051
|
* REmoved now useless binding files.Romain Chantereay2004-08-237-1080/+0
| | | | See attic for more information.
* Updated "Writing a SP" doc & PHP binding to Lasso API change.Emmanuel Raviart2004-08-211-2/+2
|
* Modified PHP bindings in an attempt to add new argument to methodEmmanuel Raviart2004-08-201-1/+1
| | | | lasso_build_authn_request_msg.
* new setup systemChristophe Nowicki2004-08-208-75/+162
|
* Setup PHP Interface in progress ;0)Christophe Nowicki2004-08-191-96/+172
|
* logoutChristophe Nowicki2004-08-193-15/+57
|
* PHP Binding :Christophe Nowicki2004-08-192-11/+40
| | | | | | | Added lasso_profile_set_session_from_dump Now lasso_cast_to_profile take to different reources Sample SP : Logout in progress
* Rename install.php to setup.phpChristophe Nowicki2004-08-183-5/+53
|
* Service Provider written in PHP (login is working and logout will work soon ;0)Christophe Nowicki2004-08-188-0/+798