diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-12-01 08:52:10 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-12-01 08:52:10 +0100 |
commit | 096e57c31daf686590801b40ec4d6bd139dc85b7 (patch) | |
tree | c5313a3c951133bb85be47d0c9d977203c536d9e | |
parent | e0e19eb9ea1606d300dcce439ea9b45ad82b279c (diff) |
SWAMID-1646, Added AL2
-rw-r--r-- | swamid-edugain/adfs.rkh.se-adfs-services-trust.xml | 1 | ||||
-rw-r--r-- | swamid-testing/adfs.test.rkh.se-adfs-services-trust.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/swamid-edugain/adfs.rkh.se-adfs-services-trust.xml b/swamid-edugain/adfs.rkh.se-adfs-services-trust.xml index 6dd165c0..ddfad84c 100644 --- a/swamid-edugain/adfs.rkh.se-adfs-services-trust.xml +++ b/swamid-edugain/adfs.rkh.se-adfs-services-trust.xml @@ -7,6 +7,7 @@ <mdattr:EntityAttributes> <samla:Attribute Name="urn:oasis:names:tc:SAML:attribute:assurance-certification" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> <samla:AttributeValue>http://www.swamid.se/policy/assurance/al1</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/policy/assurance/al2</samla:AttributeValue> </samla:Attribute> <samla:Attribute 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> diff --git a/swamid-testing/adfs.test.rkh.se-adfs-services-trust.xml b/swamid-testing/adfs.test.rkh.se-adfs-services-trust.xml index ea2bcead..02d56ba1 100644 --- a/swamid-testing/adfs.test.rkh.se-adfs-services-trust.xml +++ b/swamid-testing/adfs.test.rkh.se-adfs-services-trust.xml @@ -7,6 +7,7 @@ <mdattr:EntityAttributes> <samla:Attribute Name="urn:oasis:names:tc:SAML:attribute:assurance-certification" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> <samla:AttributeValue>http://www.swamid.se/policy/assurance/al1</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/policy/assurance/al2</samla:AttributeValue> </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> |