diff options
-rw-r--r-- | swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml | 6 | ||||
-rw-r--r-- | swamid-idp-2.0.mxml | 1 | ||||
-rw-r--r-- | swamid-testing-idp-1.0.mxml | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml b/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml index 669774e8..6f0fbc9b 100644 --- a/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml +++ b/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml @@ -73,4 +73,10 @@ x7JUFw==</ds:X509Certificate> <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> </AttributeAuthorityDescriptor> + <Organization> + <OrganizationName xml:lang="en">KTH</OrganizationName> + <OrganizationDisplayName xml:lang="sv">Kungliga Tekniska Högskolan (test)</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="en">KTH Royal Institute of Technology (test)</OrganizationDisplayName> + <OrganizationURL xml:lang="en">http://www.kth.se</OrganizationURL> + </Organization> </EntityDescriptor> diff --git a/swamid-idp-2.0.mxml b/swamid-idp-2.0.mxml index 7e547b19..db081bfe 100644 --- a/swamid-idp-2.0.mxml +++ b/swamid-idp-2.0.mxml @@ -54,4 +54,5 @@ <xi:include href="swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml"/> <xi:include href="swamid-2.0/weblogin.uu.se-idp-shibboleth.xml"/> <xi:include href="swamid-2.0/login.idp.hhs.se-idp-shibboleth.xml"/> + <xi:include href="swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml"/> </md:EntitiesDescriptor> diff --git a/swamid-testing-idp-1.0.mxml b/swamid-testing-idp-1.0.mxml index b40cd98e..a0bf87c9 100644 --- a/swamid-testing-idp-1.0.mxml +++ b/swamid-testing-idp-1.0.mxml @@ -42,5 +42,4 @@ <xi:include href="swamid-2.0/pilot.idp.eduid.se-idp.xml"/> <xi:include href="swamid-2.0/dev.idp.eduid.se-idp.xml"/> <xi:include href="swamid-2.0/pilot.idp.eduid.se-idp.xml"/> - <xi:include href="swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml"/> </EntitiesDescriptor> |