Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Dauvergne 9f99176b3c SAML-2.0: rework on commit 05fe802b8d, improve handling of ProtocolBinding and AssertionConsumerServiceURL
When the same URL was used for many bindings, the current code did not
work. Now we use
lasso_saml20_provider_check_assertion_consumer_service_url() to validate
url and binding are matching, if no binding is suggested we take the
first one defined for this URL.

Using AssertionConsumerServiceIndex and any of the other assertion
consumer designator attributes is still forbidden.
2015-03-26 19:36:44 +01:00
Benjamin Dauvergne c1a4ba2fc0 Merge branch 'issue-88' 2010-06-29 09:15:02 +00:00
Benjamin Dauvergne 6f1ecfeda6 Tests: add a test of NameIDFormat extraction
- tests/basic_test.c:
   add test11_get_default_name_id_format which parse a metadata file and
   try to extract the default name id format.
 - tests/data/sp5-saml2/metadata.xml:
   add NameIDFormat node for testing.
2009-09-29 13:20:42 +00:00
Damien Laniel ae665ecae8 fixed xml indentation 2008-10-01 09:11:29 +00:00
Damien Laniel 6f7996c996 renamed some files 2007-07-10 15:32:57 +00:00