summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* cast strings to xmlChar* for correct signednessFrederic Peters2006-03-041-2/+2
|
* added comment about why not to use memsetFrederic Peters2006-03-041-1/+3
|
* documentation fixesFrederic Peters2006-02-214-4/+4
|
* don't g_object_ref what can be NULLFrederic Peters2006-02-061-1/+4
|
* fix memory management for ID-WSF ResourceIdFrederic Peters2006-01-251-2/+14
|
* check for remote provider id before looking it in GHashTableFrederic Peters2006-01-235-0/+46
|
* don't segfault when lasso_logout_build_request_msg is erroneously called ↵Frederic Peters2006-01-231-0/+7
| | | | without lasso_logout_init_request before
* duplicate key to fix consecutive calls to xmlsecFrederic Peters2006-01-121-3/+4
|
* Fixed node prefix from interaction service namespace element.Nicolas Clapies2006-01-051-1/+2
|
* Fixed missing declaration and settings.Nicolas Clapies2005-12-062-1/+1
|
* AP now verify SP signature.Nicolas Clapies2005-12-063-188/+578
|
* *** empty log message ***Nicolas Clapies2005-12-061-5/+2
|
* *** empty log message ***Nicolas Clapies2005-12-061-0/+4
|
* Only KeyValue in KeyInfo. Added KeyValue and RsaKeyValue element.Nicolas Clapies2005-12-066-4/+336
|
* dont parse files in id-wsf/ when not compiled with id-wsf support (required ↵Frederic Peters2005-12-051-2/+4
| | | | for mac os x nmedit)
* Completed first go of SAML 2.0 single logout and added some missing filesFrederic Peters2005-11-226-10/+285
|
* starting SAML 2 logoutFrederic Peters2005-11-2129-125/+1141
|
* removing xmlsec debug codeFrederic Peters2005-11-201-40/+0
|
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-20147-206/+12025
|
* Little modif about SAML authentication verificationNicolas Clapies2005-11-151-5/+9
|
* Renamed lasso_data_service_need_user_interaction() to ↵Nicolas Clapies2005-11-152-4/+4
| | | | lasso_data_service_need_redirect_user().
* Only add lasso_ds_* for id-wsf.Nicolas Clapies2005-11-152-2/+2
|
* Added some user interaction support : ↵Nicolas Clapies2005-11-152-4/+111
| | | | lasso_data_service_need_user_interaction() sets soap response with a soap fault asking redirect request. lasso_data_service_get_redirect_request_url() retrieves the redirect request url. DataService raises a redirect request warning exception if a fault was found in soap response after a lasso_data_service_process_query_response_msg().
* Added soap fault code server.Nicolas Clapies2005-11-151-0/+2
|
* Fixed snippet type and name of Detail attribute.Nicolas Clapies2005-11-152-3/+4
|
* Fixed snippet type of redirectURL from content to attribute.Nicolas Clapies2005-11-151-1/+1
|
* Check if a soap fault is found in response message. If no fault found, then ↵Nicolas Clapies2005-11-151-6/+3
| | | | set response.
* Added a first soap fault code error.Nicolas Clapies2005-11-152-0/+5
|
* Added soap Detail element.Nicolas Clapies2005-11-153-0/+196
|
* SAML 2.0 string constantsFrederic Peters2005-11-141-0/+88
|
* Now discovery service includes a key value in credential added to ↵Nicolas Clapies2005-11-141-12/+46
| | | | disco:QueryResponse.
* starting to commit SAML 2 changes; minor changes (and bugfix) toFrederic Peters2005-11-132-19/+119
| | | | | lasso_node_new_from_xmlNode as well as code to recreate SAML2 object from SAML2 query string.
* Fixed signature template problem : now if metadata's service provider has ↵Nicolas Clapies2005-10-141-0/+4
| | | | AuthnRequestsSigned set to false and HTTP method is POST, then template is not added anymore to AuthnRequest xml message.
* Fixed getServiceWithProviderId method.Nicolas Clapies2005-10-111-3/+0
|
* Removed useless discovery method ↵Nicolas Clapies2005-10-101-38/+0
| | | | lasso_discovery_get_service_with_providerId(). Removed useless Swig binding of LassoWsfProfile class.
* Added check by AP if it wants X509 authentication of SP. Does not work yet, ↵Nicolas Clapies2005-10-063-9/+31
| | | | need to fix retrieving public key from credential before.
* Set server attribute in LassoPersonalProfileServiceNicolas Clapies2005-10-061-0/+1
|
* Added support of principal state : now it is possible a SP informs an AP if ↵Nicolas Clapies2005-10-065-3/+139
| | | | principal is considered to be online or not. To tell principal is online, just add a call to lasso_wsf_profile_set_principal_online() after lasso_data_service_init_query(), and offline a call to lasso_wsf_profile_set_principal_offline(). At AP, to known if principal is to be considered online just test if lasso_wsf_profile_principal_is_online() returns TRUE or FALSE.
* A first attempt to include a KeyInfo in credential.Nicolas Clapies2005-10-051-1/+27
|
* Verify if a saml security authentication is available.Nicolas Clapies2005-10-051-1/+1
|
* Added LassoDsKeyInfo oject. It allows to add it to ↵Nicolas Clapies2005-10-057-0/+183
| | | | LassoSamlSubjectConfirmation object.
* no session on idp -> requestdenied -> removing no longer valid session on sp.Frederic Peters2005-10-051-0/+3
|
* added error string for LASSO_LOGOUT_ERROR_REQUEST_DENIED (...)Frederic Peters2005-10-051-0/+2
|
* returns LASSO_LOGOUT_ERROR_REQUEST_DENIED if appropriate.Frederic Peters2005-10-042-0/+4
|
* Fixed the way getting description in lasso_data_service_init_query().Nicolas Clapies2005-10-031-6/+5
|
* A little comment to note that some code is needed to add KeyInfo in ↵Nicolas Clapies2005-09-301-1/+2
| | | | Assertion when returning it to SP from IDP / Disco service.
* Added private function lasso_wsf_profile_has_saml_authentication() to know ↵Nicolas Clapies2005-09-301-0/+24
| | | | if a saml authentication mecanism exists in current description.
* lasso_discovery_build_credential() adds ConfirmationMethod element.Nicolas Clapies2005-09-301-9/+26
|
* Updated comments.Nicolas Clapies2005-09-301-5/+4
|
* Added reference binding when signing soap messages.Nicolas Clapies2005-09-301-19/+91
|