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/idp2-la/metadata.xml | |
| 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/idp2-la/metadata.xml')
| -rw-r--r-- | tests/data/idp2-la/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/data/idp2-la/metadata.xml b/tests/data/idp2-la/metadata.xml new file mode 100644 index 00000000..24a744ca --- /dev/null +++ b/tests/data/idp2-la/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<EntityDescriptor + providerID="https://idp2/metadata" + xmlns="urn:liberty:metadata:2003-08"> + <IDPDescriptor> + + <SingleSignOnServiceURL>https://idp2:2000/singleSignOn</SingleSignOnServiceURL> + <SingleSignOnProtocolProfile>http://projectliberty.org/profiles/sso-get</SingleSignOnProtocolProfile> + + <SingleLogoutServiceURL>https://idp2:2000/singleLogout</SingleLogoutServiceURL> + <SingleLogoutProtocolProfile>http://projectliberty.org/profiles/slo-idp-soap</SingleLogoutProtocolProfile> + + <RegisterNameIdentifierServiceURL>https://idp2:2000/registerNameIdentifier</RegisterNameIdentifierServiceURL> + <RegisterNameIdentifierProtocolProfile>http://projectliberty.org/profiles/rni-sp-http</RegisterNameIdentifierProtocolProfile> + + <SoapEndpoint>https://idp2:2000/soapEndpoint</SoapEndpoint> + +</IDPDescriptor> +</EntityDescriptor> |
