diff options
author | Paul Scott <paul.scott@kau.se> | 2018-11-21 14:06:30 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2018-11-21 14:06:30 +0000 |
commit | a57699d944cdf4dac229ab1a3802b68804154075 (patch) | |
tree | 0be01ab115d3889993cafc8fd1a1589b145ec407 /swamid-2.0/idp-v2.konstfack.se-adfs-services-trust.xml | |
parent | ffc7b3739deacef123abb830af9e61a299a1629d (diff) |
Resolves SWAMIDOPS-1435
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> |