diff options
author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-12 22:25:36 +0000 |
---|---|---|
committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-12 22:25:36 +0000 |
commit | cddb5d33dab673e1e8a97b6c26b46494fc289dc8 (patch) | |
tree | dacc767b165f45ac2f590bd610566ac26542c500 /tests/data/idp1-la | |
parent | cb09ccbcee42ddee05e30bdfdb0b96c64b9cf940 (diff) | |
download | lasso-cddb5d33dab673e1e8a97b6c26b46494fc289dc8.tar.gz lasso-cddb5d33dab673e1e8a97b6c26b46494fc289dc8.tar.xz lasso-cddb5d33dab673e1e8a97b6c26b46494fc289dc8.zip |
Added metadata corresponding to new certificates.
Updated non regression tests to use these certificates and metadata.
Diffstat (limited to 'tests/data/idp1-la')
-rw-r--r-- | tests/data/idp1-la/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/data/idp1-la/metadata.xml b/tests/data/idp1-la/metadata.xml new file mode 100644 index 00000000..3330c73d --- /dev/null +++ b/tests/data/idp1-la/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<EntityDescriptor + providerID="https://idp1/metadata" + xmlns="urn:liberty:metadata:2003-08"> + <IDPDescriptor> + + <SingleSignOnServiceURL>https://idp1:1998/singleSignOn</SingleSignOnServiceURL> + <SingleSignOnProtocolProfile>http://projectliberty.org/profiles/sso-get</SingleSignOnProtocolProfile> + + <SingleLogoutServiceURL>https://idp1:1998/singleLogout</SingleLogoutServiceURL> + <SingleLogoutProtocolProfile>http://projectliberty.org/profiles/slo-idp-soap</SingleLogoutProtocolProfile> + + <RegisterNameIdentifierServiceURL>https://idp1:1998/registerNameIdentifier</RegisterNameIdentifierServiceURL> + <RegisterNameIdentifierProtocolProfile>http://projectliberty.org/profiles/rni-sp-http</RegisterNameIdentifierProtocolProfile> + + <SoapEndpoint>https://idp1:1998/soapEndpoint</SoapEndpoint> + +</IDPDescriptor> +</EntityDescriptor> |