Commit Graph

145 Commits

Author SHA1 Message Date
Benjamin Dauvergne 5e34027fcd Add more debugging trace at level 1 2010-04-20 17:30:16 +02:00
Benjamin Dauvergne 5107fe87d2 Move initialization of class variables 2010-04-20 17:27:25 +02:00
Benjamin Dauvergne 796a21551d Use LassoSPKitSessionPHP_key instead of LassoSPKitSessionFile_key 2010-04-19 11:46:22 +02:00
Benjamin Dauvergne 9e250c37dd Fix federation extraction, remoteNameIdentifier is not used with SAML 2.0 2010-04-19 11:45:03 +02:00
Benjamin Dauvergne 5d1bfcb7a0 fix one-line array_length -> count 2009-09-22 14:18:48 +02:00
Benjamin Dauvergne 95c4c5f199 Specialize configure.php in exemple to find includes locally 2009-08-13 15:30:07 +02:00
Benjamin Dauvergne 0d325902f3 fix error when no attribute in the assertion 2009-08-13 15:30:07 +02:00
Benjamin Dauvergne e62aeea51c fix redirect path 2009-08-13 15:30:03 +02:00
Benjamin Dauvergne ecf2644412 fix include path in exemple 2009-08-13 15:26:03 +02:00
Benjamin Dauvergne b91046f024 remove liberty disfunctional endpoint 2009-08-13 15:06:19 +02:00
Benjamin Dauvergne 99d39640c5 remove liberty disfunctional endpoint 2009-08-13 15:05:49 +02:00
Benjamin Dauvergne b6c5c15431 Fix typo 2009-08-13 13:32:41 +02:00
Benjamin Dauvergne 57d19f94a6 Update of the documentation 2009-08-13 10:52:48 +02:00
Benjamin Dauvergne 225ace30c6 Replace default endpoints for normal behaviour. 2009-07-29 18:41:40 +02:00
Benjamin Dauvergne 95065af809 Add cookie name variable 2008-12-11 15:09:15 +01:00
Benjamin Dauvergne 8b4f8bae92 update changelog 2008-12-02 17:23:57 +01:00
Benjamin Dauvergne c1df42e40d Merge commit 'spkitlasso-0.2/master' 2008-12-02 15:49:06 +01:00
Benjamin Dauvergne c9c6ec9ae6 Fix depends 2008-12-02 14:30:36 +01:00
Benjamin Dauvergne 21af42f679 add a new debian release to the changelog 2008-06-30 13:12:05 +02:00
<bdauvergne@entrouvert.com> 1210785677 +0200 22f06227a6 store the nameId of the request in the protocol object 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210785579 +0200 2377a0bab5 export storage variable 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210785552 +0200 28d13761a2 copy cookiename definition 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210695437 +0200 c377b14825 separate singleton from factory pattern 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210682217 +0200 f2f7f9e33a update dependance on php5-lassso 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210673407 +0200 bfad734b77 do not predicate the setting of the cookie on the presence of the cookie, but always set it to reset the timeout 0001-01-01 00:00:00 +00:00
Benjamin Dauvergne 20aba88ca5 modify configuration before creating metadatas 2008-05-12 11:57:33 +02:00
<bdauvergne@entrouvert.com> 1210175658 +0200 94c1f7be1a change url from exemple to exemple1 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210175597 +0200 9c703e7981 * remove dispatcher 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210175579 +0200 e23c502c77 remove link from md5(userid) on a federation if it is the last 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210162344 +0200 fc116d9b71 $ret undefined 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210162033 +0200 f0d5ba1bff dispatcher has been removed 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210147641 +0200 a8a63fb989 support the new &$code parameter to soap calls, remove non initialized variable $response warnings 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210147601 +0200 012f3ddbff add a &$code reference parameters to all methods for making a SOAP call it will contain the returned HTTP code, it is useful for FTNotification in ID-FF 1.2 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210147537 +0200 b92945e62c add an implementation of FTNotification 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210147503 +0200 8356925f73 move full content of exemples/ directory into a standalone install 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210088773 +0200 dffdd1b050 * move index.php to exemple1.php
* use the lassospkit sessionid as a real session id for logout
 * change redirects to relative url around exemple1.php
 * show attributes

 * lassospkit_endpoints.php:
  - store in var $currentHttpMethod the current http method.
  - add documentation to methods
  - handle relaystate in slo endpoints
0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210088699 +0200 6d9841b60e * magnify the exemple endpoints, autoredirect to the relayState parameter after 5s,
show method result.
0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210088684 +0200 447775c222 s/basedir()/dirname()/ 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210088590 +0200 2b0032d0f1 make a install-standalone rule to install the spkit wherever you want, use it in the zip rule 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210081989 +0200 e31666ee90 add generic handler to overload for slo and nidm 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210078445 +0200 ae5bf74101 changed properties 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210078429 +0200 4fc93e86ff change permission to octal 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210078415 +0200 8d6f23e344 add try catch in _soap_ methods 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210078028 +0200 1d9f9d80b7 add exemple defederation handling 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210078007 +0200 149dc25cdb add federate function 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210077990 +0200 369d7f5107 change the comment path line for the zip build 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210077962 +0200 a4988116f1 make a standalone zip with just a datadir and a spkitlasso include dir 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210077588 +0200 7269d3331e * clean the session state after defederation 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210076435 +0200 f366a599ad temporary workaround to handle relayState with authnrequests 0001-01-01 00:00:00 +00:00
<bdauvergne@entrouvert.com> 1210068790 +0200 c9900595d6 call the good parent method in the overloading of sloBrws 0001-01-01 00:00:00 +00:00