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/vmidgw3.miun.se-idp-shibboleth.xml | |
parent | 68260035a176d63bda9e0e537823af5dc52d66cf (diff) |
Add assurance-certification attribute for AL1 approved IdPs
Diffstat (limited to 'swamid-2.0/vmidgw3.miun.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/vmidgw3.miun.se-idp-shibboleth.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swamid-2.0/vmidgw3.miun.se-idp-shibboleth.xml b/swamid-2.0/vmidgw3.miun.se-idp-shibboleth.xml index 82e50b11..1a5ab5b5 100644 --- a/swamid-2.0/vmidgw3.miun.se-idp-shibboleth.xml +++ b/swamid-2.0/vmidgw3.miun.se-idp-shibboleth.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <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://vmidgw3.miun.se/idp/shibboleth"> + <Extensions> + <attr:EntityAttributes xmlns:attr="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> + </attr:EntityAttributes> + </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <shibmd:Scope regexp="false">miun.se</shibmd:Scope> |