diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-11-22 08:25:28 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-11-22 08:25:28 +0100 |
commit | a9989ad81660356b40ef6d40b0b4338415e60ac7 (patch) | |
tree | 38ebb98d2e116136eeddf8ff89a33d897de62bee /swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml | |
parent | aef04ea824d58ab01a00e109f0a5ba4bf02e6ab2 (diff) | |
parent | 22cb7d186116ff6ffc75cfe137adfd24b392be08 (diff) |
Merge branch 'master' of git.swamid.se:swamid-metadata
Diffstat (limited to 'swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml')
-rw-r--r-- | swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml b/swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml index 62e3371b..c4d23e00 100644 --- a/swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml +++ b/swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml @@ -1,12 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://idp-v2.konstfack.se/adfs/services/trust"> <Extensions> - <shibmd:Scope regexp="false">konstfack.se</shibmd:Scope> - <shibmd:Scope regexp="false">student.konstfack.se</shibmd:Scope> + <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:AttributeValue>http://www.swamid.se/policy/assurance/al2</saml:AttributeValue> + </saml:Attribute> + </mdattr:EntityAttributes> </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <shibmd:Scope regexp="false">konstfack.se</shibmd:Scope> + <shibmd:Scope regexp="false">student.konstfack.se</shibmd:Scope> <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> <mdui:DisplayName xml:lang="sv">Konstfack</mdui:DisplayName> <mdui:DisplayName xml:lang="en">Konstfack</mdui:DisplayName> |