Commit Graph

1445 Commits

Author SHA1 Message Date
Nicolas Clapies a4b4520abe *** empty log message *** 2004-09-06 15:27:26 +00:00
Romain Chantereay 1cadc76b39 Some typo, and variables corrections. 2004-09-06 14:52:32 +00:00
Nicolas Clapies e1fd04f28e Added lasso_logout_dump() to logout.h 2004-09-06 14:38:46 +00:00
Nicolas Clapies 19d696b1ac Renamed methods lasso_logint_set_assertion*() to lasso_login_set_assertion*() 2004-09-06 14:14:26 +00:00
Nicolas Clapies 0fd0bccbf5 Oups, little mistake : now attribute version is added only in lasso_profile_dump() instead of lasso_login_dump() or lasso_logout_dump() 2004-09-06 12:51:42 +00:00
Nicolas Clapies 8bcb9c4e0c Added version attribute in lasso dump messages 2004-09-06 12:36:47 +00:00
Romain Chantereay 9143bfa5c5 Now, we use the detected JAR program instead of an harcoded 'jar' command. 2004-09-06 11:58:05 +00:00
Romain Chantereay d6fff02e0f Now Lasso distribution includes the check macros allowing people to generate
Makefile and configure without check-xml installed.

PS: The distribution is not checked yet.
2004-09-06 11:26:13 +00:00
Emmanuel Raviart 34013a6092 Changed Python exceptions generated by SWIG. 2004-09-05 09:13:58 +00:00
Emmanuel Raviart a208f6f6b0 Half a day of work for this prodigious result: ColdFusion redirects the
AuthnRequest to the IDP.
2004-09-04 19:31:21 +00:00
Emmanuel Raviart 34afb0cfb6 Corrected a mistake in Java binding. 2004-09-04 18:59:40 +00:00
Frédéric Péters 3bc0eef7cd missing includes, unusued variables, usual saturday stuff. 2004-09-04 10:36:32 +00:00
Nicolas Clapies 7c777b2605 *** empty log message *** 2004-09-04 09:27:29 +00:00
Nicolas Clapies ad17109437 Fixed a lot of bugs in the logout from a SP to others SPs : now it remove each of the assertions SPs at IDPs and IDP returns the real LogoutResponse 2004-09-04 09:19:58 +00:00
Frédéric Péters d276594f3e Pierre Cros improvements 2004-09-04 09:04:19 +00:00
Emmanuel Raviart 282d8f4109 Made the sample Java code work. 2004-09-04 08:11:19 +00:00
Emmanuel Raviart 570c8031ef Added new object Assertion to C# & Java bindings. 2004-09-04 08:01:50 +00:00
Emmanuel Raviart 5b925b28df Corrected Java. 2004-09-04 07:49:28 +00:00
Emmanuel Raviart 76c318374d Converted C login test to new login API. 2004-09-03 23:14:15 +00:00
Emmanuel Raviart 7fd982f03c Added defines neededfor Java binding. 2004-09-03 22:20:44 +00:00
Nicolas Clapies b2ccb0cbb1 *** empty log message *** 2004-09-03 16:30:38 +00:00
Nicolas Clapies 7e03fa2eba Fixed problem when checking all remote SP from IDP in lasso_logout_validate_request() : replaced lasso_provider_get_singleLogoutProtocolProfile(provider, lassoProviderTypeIdp, NULL) with lasso_provider_get_singleLogoutProtocolProfile(provider, lassoProviderTypeSp, NULL) 2004-09-03 16:28:56 +00:00
Nicolas Clapies 595d9b2987 Updated of lasso_logout_validate_request() : now it returns a code error of -301 (unsupported profile) if an IDP receiving a LogoutRequest via SOAP detects other SPs dont support SOAP method. 2004-09-03 16:25:00 +00:00
Nicolas Clapies 1e05cd748c Updated process of artifact : now the IDP generates an artifact either or not the user authentication succeeded. When the SP resends the artifact to the IDP in a samlp:Request, it builds a samlp:Response message with Success status code value. If an assertion is found from artifact, then it adds it to the response. Finally, the IDP responds to the SP with the SOAP message 2004-09-03 16:12:51 +00:00
Frédéric Péters 180834d924 another serie of ignored files 2004-09-02 19:35:52 +00:00
Frédéric Péters f405492f8b ignore some files 2004-09-02 19:30:38 +00:00
Frédéric Péters 2062043d61 ignore a bunch of things 2004-09-02 19:28:22 +00:00
Emmanuel Raviart 3d4fdd2971 Added missing .cvsignore in tests/data/ 2004-09-02 19:21:00 +00:00
Frédéric Péters 3038de92ed things were overcomplicated; simplify a bit (for example the DEPDIR dirty
things was necessary because variables were overused; ask me for details if you
want)
2004-09-02 17:47:59 +00:00
Frédéric Péters c4b7d3d6c3 new classes -> new files 2004-09-02 17:05:30 +00:00
Frédéric Péters 3efabaa8d8 disable xmlsec version check 2004-09-02 08:33:54 +00:00
Nicolas Clapies b67da551e7 Removed lasso_session_remove_assertion() in lasso_logout_init_request() at IDP with HTTP Redirect method, added remove of assertion if at IDP and HTTP redirect 2004-09-01 16:49:17 +00:00
Nicolas Clapies eb9391ec2d *** empty log message *** 2004-09-01 16:35:42 +00:00
Nicolas Clapies 3988290a83 Removed in python test, hard coded logout dump test, fixed a bug in lasso_logout_new_from_dump() when setting provider id index 2004-09-01 15:40:56 +00:00
Christophe Nowicki 2f84299228 PHP IdP Sample :
- setup system is working
- user management (add, delete, etc ...)
- sso login in progress
2004-09-01 15:01:59 +00:00
Nicolas Clapies 6b6ba1f14d Moved support of provider index from session to logout. Now only the logout knows the current index of the provider id to request, and the session can only return the provider id from an index 2004-09-01 14:14:32 +00:00
Nicolas Clapies 6ae6d57c53 Added support of index ProviderID in lasso_session_dump() and lasso_session_new_from_dump() 2004-09-01 10:52:31 +00:00
Nicolas Clapies ca025c083e Fixed bug when getting relay state in lasso_logout_process_response_msg() 2004-09-01 10:22:32 +00:00
Emmanuel Raviart fca6744b46 Corrected Request and Response for Logout and request for Federation
Termination Notification in SWIG.
2004-09-01 10:00:47 +00:00
Frédéric Péters 2bde0c2ddb removed extra parentheses after return statements; 2004-09-01 09:59:53 +00:00
Nicolas Clapies 16fb06a9ab Added free of temporary node object in lasso_logout_new_from_dump() 2004-09-01 09:07:54 +00:00
Nicolas Clapies 44abe254d8 Added parse support of xml message in lasso_logout_response_new_from_export(), added private method lasso_logout_response_new_from_export() 2004-09-01 09:05:36 +00:00
Nicolas Clapies 45ecab5e0d Fixed bug when parsing from an export message in lasso_logout_request_new_from_xml() : call to lasso_node_destroy() at the wrong place 2004-09-01 09:03:28 +00:00
Emmanuel Raviart e4b4e20151 LassoSession.getAuthenticationMethod argument is now optional. 2004-09-01 08:18:23 +00:00
Christophe Nowicki 12076bfc00 Fix addProvider bug 2004-09-01 08:18:06 +00:00
Nicolas Clapies 06dc7c8248 Replaced lasso_session_get_next_providerID() with lasso_session_get_first_providerID() 2004-09-01 08:16:35 +00:00
Nicolas Clapies 901304c025 Removed set of msg_relayState in lasso_logout_process_request(), it has no meaning here, but set the msg_relayState in lasso_logout_process_response_msg() 2004-09-01 08:06:19 +00:00
Emmanuel Raviart 116de01889 Added a new Python logout test: Make the same Logout.newFromDump enough
times => segfault.
2004-08-31 21:08:37 +00:00
Emmanuel Raviart 24a9a13529 Corrected request and respond for profiles others than login.
Added relayState attribute to LogoutRequest, but it doesn't work. I believe,
this is a Lasso bug.
2004-08-31 18:36:38 +00:00
Nicolas Clapies fac7a1c274 Added method lasso_session_get_first_providerID(). Now to get the first providerID use it instead of lasso_session_get_next_providerID() 2004-08-31 16:22:12 +00:00