diff options
author | Johan Wassberg <jocar@sunet.se> | 2022-08-25 15:10:24 +0200 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2022-08-25 15:10:24 +0200 |
commit | bfe5b9dc87edd86e468c6f958298f5b30af5b957 (patch) | |
tree | febe3c08e7a807fcc20c4191112e6e88a96ee11b /swamid-2.0/connect-beta.sunet.se-shibboleth.xml | |
parent | 83234c31e09a9b3a54e071796e014e86d109871a (diff) |
Normalize use of namespace prefix and remove comments
Diffstat (limited to 'swamid-2.0/connect-beta.sunet.se-shibboleth.xml')
-rw-r--r-- | swamid-2.0/connect-beta.sunet.se-shibboleth.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swamid-2.0/connect-beta.sunet.se-shibboleth.xml b/swamid-2.0/connect-beta.sunet.se-shibboleth.xml index 3ab743bf..127155a8 100644 --- a/swamid-2.0/connect-beta.sunet.se-shibboleth.xml +++ b/swamid-2.0/connect-beta.sunet.se-shibboleth.xml @@ -14,10 +14,10 @@ </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> <md:Extensions> - <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/ds.swamid.se" index="1"/> - <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/ds.sunet.se" index="2"/> - <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/kalmar2" index="3"/> - <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/nordu.net" index="4"/> + <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/ds.swamid.se" index="1"/> + <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/ds.sunet.se" index="2"/> + <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/kalmar2" index="3"/> + <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://connect-beta.sunet.se/Shibboleth.sso/DS/nordu.net" index="4"/> <mdui:UIInfo> <mdui:DisplayName xml:lang="en">SUNET E-Meeting Service (beta)</mdui:DisplayName> <mdui:Description xml:lang="en">SUNET Connect makes it easy and simple to organize meetings, seminars and seminars that everyone can attend - no matter where they are.</mdui:Description> |