diff options
author | Paul Scott <paul.scott@kau.se> | 2015-12-22 10:40:01 +0100 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2015-12-22 10:40:01 +0100 |
commit | a70cc0673d613ecf6b9a370822d6bea3add0245d (patch) | |
tree | fb093704e3efe2d2a235f49cf8275e17c859269b /swamid-2.0/idp.hkr.se-idp-shibboleth.xml | |
parent | 68260035a176d63bda9e0e537823af5dc52d66cf (diff) |
Add assurance-certification attribute for AL1 approved IdPs
Diffstat (limited to 'swamid-2.0/idp.hkr.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/idp.hkr.se-idp-shibboleth.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/swamid-2.0/idp.hkr.se-idp-shibboleth.xml b/swamid-2.0/idp.hkr.se-idp-shibboleth.xml index ea0270b2..5c5111a5 100644 --- a/swamid-2.0/idp.hkr.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.hkr.se-idp-shibboleth.xml @@ -2,6 +2,9 @@ <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="https://idp.hkr.se/idp/shibboleth"> <Extensions> <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="urn:oasis:names:tc:SAML:attribute:assurance-certification" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> + <saml:AttributeValue>http://www.swamid.se/policy/assurance/al1</saml:AttributeValue> + </saml: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-support"> <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> |