diff options
author | Paul Scott <paul.scott@kau.se> | 2017-09-14 09:45:38 +0200 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2017-09-14 09:45:38 +0200 |
commit | c7ec662a964f33a1aca2b16640c713d8b468ed01 (patch) | |
tree | bfeea18c81ce2844e20adbe4d1473e52507649b4 /swamid-2.0/local.cloudmore.com-shibboleth.xml | |
parent | ba0fd10c51a76701aa4f00017f9bb64f104541cb (diff) |
Resolves SWAMIDOPS-195
Diffstat (limited to 'swamid-2.0/local.cloudmore.com-shibboleth.xml')
-rw-r--r-- | swamid-2.0/local.cloudmore.com-shibboleth.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/swamid-2.0/local.cloudmore.com-shibboleth.xml b/swamid-2.0/local.cloudmore.com-shibboleth.xml index e36d8f99..7709c982 100644 --- a/swamid-2.0/local.cloudmore.com-shibboleth.xml +++ b/swamid-2.0/local.cloudmore.com-shibboleth.xml @@ -22,6 +22,12 @@ <md:Extensions> <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="http://local.cloudmore.com/Shibboleth.sso/Login"/> <idpdisc:DiscoveryResponse xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://local.cloudmore.com/Shibboleth.sso/Login" index="1"/> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="en">Cloudmore</mdui:DisplayName> + <mdui:Description xml:lang="en">Cloud Brokerage Platform for IT, Business and Public Sector</mdui:Description> + <mdui:InformationURL xml:lang="en">http://web.cloudmore.com/</mdui:InformationURL> + <mdui:Logo height="300" width="300">http://web.cloudmore.com/hubfs/images/icons/Cloudmore-green-icon.png</mdui:Logo> + </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> @@ -69,10 +75,17 @@ f49DvQ516YA= <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://local.cloudmore.com/Shibboleth.sso/SLO/POST"/> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="http://local.cloudmore.com/Shibboleth.sso/SLO/Artifact"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://local.cloudmore.com/Shibboleth.sso/SAML2/POST" index="1"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="http://local.cloudmore.com/Shibboleth.sso/SAML2/POST-SimpleSign" index="2"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="http://local.cloudmore.com/Shibboleth.sso/SAML2/Artifact" index="3"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="http://local.cloudmore.com/Shibboleth.sso/SAML2/ECP" index="4"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="http://local.cloudmore.com/Shibboleth.sso/SAML/POST" index="5"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="http://local.cloudmore.com/Shibboleth.sso/SAML/Artifact" index="6"/> </md:SPSSODescriptor> + <md:Organization> + <md:OrganizationName xml:lang="en">Cloudmore AB</md:OrganizationName> + <md:OrganizationDisplayName xml:lang="en">Cloudmore</md:OrganizationDisplayName> + <md:OrganizationURL xml:lang="en">http://www.cloudmore.com/</md:OrganizationURL> + </md:Organization> + <md:ContactPerson contactType="technical"> + <md:EmailAddress>mailto:support@cloudmore.com</md:EmailAddress> + </md:ContactPerson> </md:EntityDescriptor> |