diff options
author | Paul Scott <paul.scott@kau.se> | 2016-02-29 12:59:10 +0100 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2016-02-29 12:59:10 +0100 |
commit | fea6f25e744202f86b44fd3f56f6c12c52633ce4 (patch) | |
tree | 5f9ef2b13c07bcda7fc0429d083ed8beeed75b9c | |
parent | d310dea1d8bba8b82a16aa631eb77f8c99212540 (diff) |
Add CoC to cpauth.icos-cp.eu-saml-cpauth
-rw-r--r-- | swamid-2.0/cpauth.icos-cp.eu-saml-cpauth.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/swamid-2.0/cpauth.icos-cp.eu-saml-cpauth.xml b/swamid-2.0/cpauth.icos-cp.eu-saml-cpauth.xml index 025747a6..eb8a1d1c 100644 --- a/swamid-2.0/cpauth.icos-cp.eu-saml-cpauth.xml +++ b/swamid-2.0/cpauth.icos-cp.eu-saml-cpauth.xml @@ -21,6 +21,7 @@ <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"> <samla:AttributeValue>http://www.swamid.se/category/hei-service</samla:AttributeValue> <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> + <samla:AttributeValue>http://www.geant.net/uri/dataprotection-code-of-conduct/v1</samla:AttributeValue> </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> @@ -32,6 +33,7 @@ <mdui:DisplayName xml:lang="sv">Kolportalens autentiseringstjänst</mdui:DisplayName> <mdui:Description xml:lang="en">Single Sign On for services of ICOS Carbon Portal. Maintained by the Carbon Portal team at Physical Geography department (nateko.lu.se).</mdui:Description> <mdui:Description xml:lang="sv">Single Sign On tjänst för ICOS Kolportalen. Hanteras av Carbon Portal teamet på INES (nateko.lu.se).</mdui:Description> + <mdui:PrivacyStatementURL xml:lang="en">https://cpauth.icos-cp.eu/saml/privacyStatement</mdui:PrivacyStatementURL> </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor> @@ -76,6 +78,12 @@ D265cqy6Le/toVg= <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"/> </md:KeyDescriptor> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://cpauth.icos-cp.eu/saml/SAML2/POST" index="1" isDefault="true"/> + <md:AttributeConsumingService index="1"> + <md:ServiceName xml:lang="en">ICOS Carbon Portal</md:ServiceName> + <md:RequestedAttribute FriendlyName="givenName" Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> + <md:RequestedAttribute FriendlyName="sn" Name="urn:oid:2.5.4.4" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> + <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> + </md:AttributeConsumingService> </md:SPSSODescriptor> <md:Organization> <md:OrganizationName xml:lang="en">ICOS Carbon Portal</md:OrganizationName> |