diff options
author | Björn Mattsson <bjorn@sunet.se> | 2021-06-28 13:02:52 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2021-06-28 13:02:52 +0200 |
commit | bb3861cf4a3b69a61fdeb23931270924998abdb3 (patch) | |
tree | 33e76b8db39763e127b9fd03caa23f307e120125 | |
parent | 57ce9280a54f062a285fe72ab96a70d5954c7a10 (diff) |
SWAMD-245, added CoCo to ths.instructure.com/saml2
-rw-r--r-- | swamid-2.0/ths.instructure.com-saml2.xml | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/swamid-2.0/ths.instructure.com-saml2.xml b/swamid-2.0/ths.instructure.com-saml2.xml index 769b8396..f2272cf7 100644 --- a/swamid-2.0/ths.instructure.com-saml2.xml +++ b/swamid-2.0/ths.instructure.com-saml2.xml @@ -7,6 +7,7 @@ <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"> <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:AttributeValue>http://www.swamid.se/category/sfs-1993-1153</samla:AttributeValue> </samla:Attribute> </mdattr:EntityAttributes> @@ -22,6 +23,8 @@ <mdui:InformationURL xml:lang="sv">http://www.ehs.se/om-hogskolan</mdui:InformationURL> <mdui:Logo height="46" width="192" xml:lang="sv">https://www.canvaslms.com/img/logo/instructure.png</mdui:Logo> <mdui:Logo height="46" width="192" xml:lang="en">https://www.canvaslms.com/img/logo/instructure.png</mdui:Logo> + <mdui:PrivacyStatementURL xml:lang="sv">https://idp.ths.se/idp/privacy_policy.html</mdui:PrivacyStatementURL> + <mdui:PrivacyStatementURL xml:lang="en">https://idp.ths.se/idp/privacy_policy.html</mdui:PrivacyStatementURL> </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor use="encryption"> @@ -90,14 +93,35 @@ SQJDMGy5cRRcanOu2OwE</dsig:X509Certificate> <md:AssertionConsumerService Location="https://ths.staging.instructure.com/login/saml" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" index="1" isDefault="false"/> <md:AssertionConsumerService Location="https://ths.beta.instructure.com/login/saml" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" index="2" isDefault="false"/> <md:AssertionConsumerService Location="https://ths.test.instructure.com/login/saml" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" index="3" isDefault="false"/> + <md:AttributeConsumingService index="1"> + <md:ServiceName xml:lang="sv">Canvas EHS</md:ServiceName> + <md:ServiceName xml:lang="en">Canvas EHS</md:ServiceName> + <md:RequestedAttribute FriendlyName="norEduPersonNIN" Name="urn:oid:1.3.6.1.4.1.2428.90.1.5" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> + </md:AttributeConsumingService> </md:SPSSODescriptor> - <md:ContactPerson contactType="technical"> - <md:GivenName>Peter</md:GivenName> - <md:SurName>Säll</md:SurName> - <md:EmailAddress>mailto:info@instructure.com</md:EmailAddress> + <!-- for SIRTFI --> + <md:Organization> + <md:OrganizationName xml:lang="sv">EHS</md:OrganizationName> + <md:OrganizationName xml:lang="en">UCS</md:OrganizationName> + <md:OrganizationDisplayName xml:lang="sv">Enskilda Högskolan Stockholm</md:OrganizationDisplayName> + <md:OrganizationDisplayName xml:lang="en">University College Stockholm</md:OrganizationDisplayName> + <md:OrganizationURL xml:lang="sv">https://ehs.se/</md:OrganizationURL> + <md:OrganizationURL xml:lang="en">https://ehs.se/en/</md:OrganizationURL> + </md:Organization> + <md:ContactPerson contactType="administrative"> + <md:GivenName>IT Management</md:GivenName> + <md:EmailAddress>mailto:support@ehs.se</md:EmailAddress> </md:ContactPerson> <md:ContactPerson contactType="technical"> - <md:SurName>Administrator</md:SurName> - <md:EmailAddress>mailto:info@instructure.com</md:EmailAddress> + <md:GivenName>IT Support</md:GivenName> + <md:EmailAddress>mailto:support@ehs.se</md:EmailAddress> + </md:ContactPerson> + <md:ContactPerson contactType="support"> + <md:GivenName>IT Helpdesk</md:GivenName> + <md:EmailAddress>mailto:support@ehs.se</md:EmailAddress> + </md:ContactPerson> + <md:ContactPerson xmlns:remd="http://refeds.org/metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security"> + <md:GivenName>Security Response Team</md:GivenName> + <md:EmailAddress>mailto:support@ehs.se</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor> |