summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/providerprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* saml2/provider.c: add new function lasso_saml20_provider_get_endpoint_url() ↵Benjamin Dauvergne2013-09-081-0/+3
| | | | for retrieving endpoint locations using the new endpoints list
* saml2/profile: fix missing ArtifactResolutionService index in artifactsBenjamin Dauvergne2013-09-081-0/+2
|
* SAML 2.0: add internal method to retrieve the binding for an URLBenjamin Dauvergne2010-04-201-1/+4
|
* SAML 2.0&ID-FF 1.2: simplify and complete metadata loading for multi-role ↵Benjamin Dauvergne2010-03-271-7/+7
| | | | support
* Fix mitm attack using the AssertionConsumerURL property on requestsBenjamin Dauvergne2010-01-121-1/+1
| | | | | | | * lasso/saml-2.0/login.c: check that the URL is know before using it * lasso/saml-2.0/provider.c lasso/saml-2.0/providerprivate.h: add a function to check that an URL corresponds to a know AssertionConsumer of the given provider.
* Core: Add const modifiers to LassoProvider methodsBenjamin Dauvergne2009-09-291-6/+6
| | | | | | * lasso/id-ff/provider.c lasso/id-ff/provider.h lasso/saml-2.0/provider.c lasso/saml-2.0/provider.h: add const modifier where they could be added.
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-2/+2
| | | | | | | | | | | | | * 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.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-4/+4
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* process_authn_response_msg for saml2; this is similar to id-ff even if theFrederic Peters2006-11-151-0/+2
| | | | underlying messages are different
* started support for AssertionConsumerServiceIndex (as alternative toFrederic Peters2006-10-291-0/+2
| | | | ProtocolBinding) (used by zxid)
* starting SAML 2 logoutFrederic Peters2005-11-211-0/+4
|
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-0/+49