diff options
author | Paul Scott <paul.scott@kau.se> | 2021-01-25 11:44:09 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2021-01-25 11:44:09 +0000 |
commit | be7c0cb25e576852a0c281fec74afcc1225b125a (patch) | |
tree | 184f6c694c49425487b08f96b35d4d4ab3dee274 | |
parent | e31fd6023c84684957c3a707aec8d19007f2c8d3 (diff) |
Resolves SWAMID-15
-rw-r--r-- | swamid-2.0/se-uppsala-shibboleth.moveon4.de-shibboleth.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/swamid-2.0/se-uppsala-shibboleth.moveon4.de-shibboleth.xml b/swamid-2.0/se-uppsala-shibboleth.moveon4.de-shibboleth.xml index a817279b..c3f195cc 100644 --- a/swamid-2.0/se-uppsala-shibboleth.moveon4.de-shibboleth.xml +++ b/swamid-2.0/se-uppsala-shibboleth.moveon4.de-shibboleth.xml @@ -20,19 +20,17 @@ <alg:SigningMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"/> <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <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://www.swamid.se/category/research-and-education</samla:AttributeValue> + <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/hei-service</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> <mdui:UIInfo> - <Extensions xmlns="urn:mace:shibboleth:2.0:native:sp:config"> - <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://www.swamid.se/category/research-and-education</samla:AttributeValue> - <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> - <samla:AttributeValue>http://www.swamid.se/category/hei-service</samla:AttributeValue> - </samla:Attribute> - </mdattr:EntityAttributes> - </Extensions> <mdui:DisplayName xml:lang="en">MoveON</mdui:DisplayName> <mdui:DisplayName xml:lang="sv">MoveON</mdui:DisplayName> <mdui:Description xml:lang="en">Moveon enables institutions of higher education to succeed in the highly internationalised world of higher education. International offices can easily control and manage all internationalisation activities, reduce their daily administrative workload and save time and money.</mdui:Description> |