Commit Graph

20 Commits

Author SHA1 Message Date
Benjamin Dauvergne 7231771856 All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code
* nearly all C files: change includes for relative paths.
 * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level
   public include files for ID-WSF 1.0 and ID-WSF 2.0.
 * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*:
   remove most of the code related to ID-WSF and push into
   lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c,
   lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c.
 * lasso/id-wsf-2.0/saml2_login.c,
   lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF
   2.0 support in SAML2 SSO profile.
2009-08-26 15:14:32 +00:00
Benjamin Dauvergne 9ed0670e48 * Remove ending blanks 2008-09-12 15:06:58 +00:00
Damien Laniel 4fc6657e0c updated Copyright dates in all files 2007-05-30 17:17:45 +00:00
Emmanuel Raviart 7a03e99b09 Updated Copyright and authors. 2005-01-22 15:57:56 +00:00
Frédéric Péters 98b86610af Reserved space for private_data expansion, so it will be possible to maintain
ABI compatibility if changes are needed.  Documented some functions (and
switched some destroy to use lasso_node_destroy).
2005-01-10 21:46:39 +00:00
Frédéric Péters ad056adf36 API change in Single Sign On profile (IdP side) to allow the developer to mess
with <lib:Assertion/>

Outlined in http://lists.labs.libre-entreprise.org/pipermail/lasso-devel/2004-December/001119.html
2004-12-14 19:20:20 +00:00
Frédéric Péters fa3d87885e [API Change] For consistency with the other profiles, remote_providerID has
been moved from build_authn_request_msg to init_authn_request in both Single
Sign-On and LECP profiles.  [details on lasso-devel@]
2004-12-14 10:20:07 +00:00
Frédéric Péters a31a08d228 renamed lasso/environs/ to lasso/id-ff/ 2004-11-15 10:40:37 +00:00
Frédéric Péters 34dd2e5653 LECP converted to new tree 2004-11-01 18:23:20 +00:00
Frédéric Péters f13772d62d Done with the move to structures and the removal of protocols/ (lasso branched
on October 2nd; occasional merges since then).

- Compatible with current souk test suites.
- Missing memory management for everything in xml/
- Missing xmlsec support for SOAP messages.
2004-10-27 09:49:13 +00:00
Valery Febvre 06e5dd5cf7 Added a param 'is_consent_obtained' in method:
lasso_login_build_artifact_msg(),
	lasso_login_build_authn_response_msg(),
	lasso_login_process_federation(),
	lasso_lecp_build_authn_response_envelope_msg()
AuthnRequest message accepts now all possible values for the NameIDPolicy:
none, onetime, federated, any

Added lasso_login_must_ask_for_consent() method
This method must be called after lasso_login_process_authn_request_msg()

Added lasso_login_process_without_authn_request_msg() method
This method is useful to initiate SSO from IDP.

Lasso.i was updated according to the changes.
2004-09-30 17:12:23 +00:00
Valery Febvre 0f5068dbf3 Renamed lasso_lecp_init_from_authn_request_msg() into lasso_lecp_process_authn_request_msg()
BEWARE : this change breaks the API
2004-09-22 13:24:06 +00:00
Valery Febvre b13decd314 Removed Base64 encoding in lasso_lecp_build_authn_response_msg()
Removed Base64 decoding in lasso_lecp_process_authn_request_envelope_msg()

Removed the param 'remote_providerID' of lasso_lecp_init_authn_request()
Added a param 'remote_providerID' in lasso_lecp_build_authn_request_msg()

Added 3 params in lasso_lecp_build_authn_response_envelope_msg()
They are necessary to build the Assertion, to process the federation and
possibly to set the Status.
2004-08-09 14:45:39 +00:00
Nicolas Clapies 39823a5f49 update of lecp python binding 2004-08-04 15:04:38 +00:00
Nicolas Clapies db0c5292db update of the LECP profile 2004-08-04 14:36:29 +00:00
Nicolas Clapies c5eb73df35 move server param in new 2004-08-04 07:41:49 +00:00
Nicolas Clapies 59c6cf97af *** empty log message *** 2004-07-30 15:36:55 +00:00
Nicolas Clapies e4b04efa9c lecp in environs is complete 2004-07-30 13:39:30 +00:00
Nicolas Clapies d4b79b874b udpate of C lecp, add python lecp 2004-07-25 09:24:26 +00:00
Nicolas Clapies bc8081c0cd add lecp in environs 2004-07-22 16:45:50 +00:00