diff options
author | Leif Johansson <leifj@sunet.se> | 2011-05-26 20:44:35 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-05-26 20:44:35 +0200 |
commit | 3f90047598cc8d94aba6517bf4739210d0fe9e08 (patch) | |
tree | d3dd326724cc935c79ebdeda46a2bf50a7fea231 /swamid-externals-1.0/idp.shibboleth.net.xml | |
parent | ec5b9888737696076cf16af59a416cf01d1b2138 (diff) |
http://discovery.shibboleth.net/shibboleth.net-metadata.xml into swamid-externals-1.0
Diffstat (limited to 'swamid-externals-1.0/idp.shibboleth.net.xml')
-rw-r--r-- | swamid-externals-1.0/idp.shibboleth.net.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/swamid-externals-1.0/idp.shibboleth.net.xml b/swamid-externals-1.0/idp.shibboleth.net.xml index a230dfd6..1946e6b8 100644 --- a/swamid-externals-1.0/idp.shibboleth.net.xml +++ b/swamid-externals-1.0/idp.shibboleth.net.xml @@ -1,6 +1,13 @@ <?xml version="1.0"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://idp.shibboleth.net/idp/shibboleth"> - + + <Extensions> + <mdalg:DigestMethod xmlns:mdalg="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/> + <mdalg:DigestMethod xmlns:mdalg="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> + <mdalg:SigningMethod xmlns:mdalg="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/> + <mdalg:SigningMethod xmlns:mdalg="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> + </Extensions> + <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> @@ -9,7 +16,7 @@ <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> <mdui:DisplayName xml:lang="en">Shibboleth.net</mdui:DisplayName> <mdui:Description xml:lang="en">An identity provider hosted and used by the developers of Shibboleth.</mdui:Description> - <mdui:Logo height="60" width="47">https://discovery.shibboleth.net/images/gryphon_47x60.png</mdui:Logo> + <mdui:Logo height="82" width="64">https://discovery.shibboleth.net/images/gryphon_64x82.png</mdui:Logo> </mdui:UIInfo> </Extensions> @@ -37,6 +44,11 @@ BXD36HfGBXk= </ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> + <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc"/> + <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/> + <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/> + <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"/> + <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/> </KeyDescriptor> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> |