diff options
author | Paul Scott <paul.scott@kau.se> | 2018-12-19 11:05:26 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2018-12-19 11:05:26 +0000 |
commit | 65482109e19912a81152c0d5afb33f9d437f2ca0 (patch) | |
tree | 341574e3376c26c7119b3c8ac1fc82e56b8b8fa9 | |
parent | 30a511a345f2d88e032708b4815e538824ff9aa6 (diff) |
Add MDUI, Org, EntCat info temporarily to NRM IdP
-rw-r--r-- | swamid-2.0/adfs.nrm.se-adfs-services-trust.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/swamid-2.0/adfs.nrm.se-adfs-services-trust.xml b/swamid-2.0/adfs.nrm.se-adfs-services-trust.xml index f5d39af0..17e15cfb 100644 --- a/swamid-2.0/adfs.nrm.se-adfs-services-trust.xml +++ b/swamid-2.0/adfs.nrm.se-adfs-services-trust.xml @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="http://adfs.nrm.se/adfs/services/trust"> + <Extensions> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category-support"> + <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> + <samla:AttributeValue>http://www.geant.net/uri/dataprotection-code-of-conduct/v1</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <Extensions> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Naturhistoriska riksmuseet</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Swedish Museum of Natural History</mdui:DisplayName> + <mdui:Description xml:lang="sv">Identitstjänst för anställda vid Naturhistoriska riksmuseet</mdui:Description> + <mdui:Description xml:lang="en">Identity Provider for employees at Swedish Museum of Natural History</mdui:Description> + <mdui:InformationURL xml:lang="sv">http://www.nrm.se</mdui:InformationURL> + <mdui:InformationURL xml:lang="en">http://www.nrm.se/en/16.html</mdui:InformationURL> + </mdui:UIInfo> + </Extensions> <KeyDescriptor use="encryption"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <X509Data> @@ -23,5 +41,17 @@ <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://adfs.nrm.se/adfs/ls/"/> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://adfs.nrm.se/adfs/ls/"/> </IDPSSODescriptor> - <ContactPerson contactType="support"/> + <Organization> + <OrganizationName xml:lang="sv">Naturhistoriska riksmuseet</OrganizationName> + <OrganizationName xml:lang="en">Swedish Museum of Natural History</OrganizationName> + <OrganizationDisplayName xml:lang="sv">Naturhistoriska riksmuseet</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="en">Swedish Museum of Natural History</OrganizationDisplayName> + <OrganizationURL xml:lang="sv">http://www.nrm.se</OrganizationURL> + <OrganizationURL xml:lang="en">http://www.nrm.se/en/16.html</OrganizationURL> + </Organization> + <ContactPerson contactType="administrative"> + <GivenName>Stefan</GivenName> + <SurName>Läärka</SurName> + <EmailAddress>mailto:stefan.larrka@nrm.se</EmailAddress> + </ContactPerson> </EntityDescriptor> |