diff options
author | Anders Lördal <anders.lordal@hig.se> | 2014-10-10 13:17:55 +0200 |
---|---|---|
committer | Anders Lördal <anders.lordal@hig.se> | 2014-10-10 13:17:55 +0200 |
commit | e7d0ef69f40b0516cd6a7739347a891a291619ad (patch) | |
tree | f7b55b6788973c3cd27f9247d32da7ad33b88039 | |
parent | a83b0ae093ffb9346c32c2290c3f83b73f874f6b (diff) |
Resolves SWAMIDOPS-7379
-rw-r--r-- | swamid-2.0/testaprisma.vr.se-shibboleth.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swamid-2.0/testaprisma.vr.se-shibboleth.xml b/swamid-2.0/testaprisma.vr.se-shibboleth.xml index 279a87c3..e136e578 100644 --- a/swamid-2.0/testaprisma.vr.se-shibboleth.xml +++ b/swamid-2.0/testaprisma.vr.se-shibboleth.xml @@ -21,6 +21,13 @@ and do *NOT* provide it in real time to your partners. <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" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> + <samla:AttributeValue>http://www.swamid.se/category/eu-adequate-protection</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> + <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> <md:Extensions> |