diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2022-01-18 22:57:49 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2022-01-18 22:57:49 +0100 |
commit | 0fe73de949a8714b6eebd53025e7031e2cf819a0 (patch) | |
tree | cbd67154aee8c68ca8140d859a95cb4da79192bf /swamid-2.0/ladok3.its.umu.se-shibboleth.xml | |
parent | f2d40a082b7397ae2b05c00bb4dd2c831cba4d48 (diff) |
SWAMID-613: CoCo added to misc Ladok services
Diffstat (limited to 'swamid-2.0/ladok3.its.umu.se-shibboleth.xml')
-rw-r--r-- | swamid-2.0/ladok3.its.umu.se-shibboleth.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/swamid-2.0/ladok3.its.umu.se-shibboleth.xml b/swamid-2.0/ladok3.its.umu.se-shibboleth.xml index 43f5c631..5eb88e2b 100644 --- a/swamid-2.0/ladok3.its.umu.se-shibboleth.xml +++ b/swamid-2.0/ladok3.its.umu.se-shibboleth.xml @@ -22,7 +22,7 @@ <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/> <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" Name="http://macedir.org/entity-category" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> - <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> </md:Extensions> @@ -37,6 +37,8 @@ <mdui:Description xml:lang="en">ladok3.its.umu.se login</mdui:Description> <mdui:InformationURL xml:lang="sv">https://ladok.se/</mdui:InformationURL> <mdui:InformationURL xml:lang="en">https://ladok.se/</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://ladok3.its.umu.se/privacy-policy/index-en.html</mdui:PrivacyStatementURL> + <mdui:PrivacyStatementURL xml:lang="sv">https://ladok3.its.umu.se/privacy-policy/</mdui:PrivacyStatementURL> </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor> @@ -92,10 +94,18 @@ vqX2O1UUS1leSB8AnvrsfuoKlZQQKgsrokXQTEo= <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://ladok3.its.umu.se/Shibboleth.sso/SAML2/ECP" index="4"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://ladok3.its.umu.se/Shibboleth.sso/SAML/POST" index="5"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://ladok3.its.umu.se/Shibboleth.sso/SAML/Artifact" index="6"/> + <md:AttributeConsumingService index="1"> + <md:ServiceName xml:lang="en">ladok3.its.umu.se login</md:ServiceName> + <md:ServiceName xml:lang="sv">Inloggning ladok3.its.umu.se</md:ServiceName> + <md:RequestedAttribute FriendlyName="displayName" Name="urn:oid:2.16.840.1.113730.3.1.241" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> + <md:RequestedAttribute FriendlyName="eduPersonAssurance" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.11" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> + <md:RequestedAttribute FriendlyName="eduPersonPrincipalName" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" 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="sv">Ladok</md:OrganizationName> - <md:OrganizationName xml:lang="en">Ladok</md:OrganizationName> + <md:OrganizationName xml:lang="en">Ladok Consortium</md:OrganizationName> + <md:OrganizationName xml:lang="sv">Ladokkonsortiet</md:OrganizationName> <md:OrganizationDisplayName xml:lang="en">Ladok Consortium</md:OrganizationDisplayName> <md:OrganizationDisplayName xml:lang="sv">Ladokkonsortiet</md:OrganizationDisplayName> <md:OrganizationURL xml:lang="sv">https://ladok.se/</md:OrganizationURL> |