diff options
author | Leif Johansson <leifj@sunet.se> | 2016-09-16 08:56:40 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-09-16 08:56:40 +0200 |
commit | 8226a33544fccb5641f406d045611ec7def01068 (patch) | |
tree | 757298eab01ffa307658b95ba0b432e1bf3c7d4f /swamid-2.0 | |
parent | d81f8f5085e5512ce3f2748780a58eea91ac6ba6 (diff) |
resolves SWAMIDOPS-8329
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/idp.mah.se-idp-shibboleth.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/swamid-2.0/idp.mah.se-idp-shibboleth.xml b/swamid-2.0/idp.mah.se-idp-shibboleth.xml index 10d1e00f..e83ba1a0 100644 --- a/swamid-2.0/idp.mah.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.mah.se-idp-shibboleth.xml @@ -1,12 +1,14 @@ <?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:mdui="urn:oasis:names:tc:SAML:metadata:ui" entityID="https://idp.mah.se/idp/shibboleth"> - <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> - <Extensions> - <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <Extensions> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> <saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns="" 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> </mdattr:EntityAttributes> + </Extensions> + <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> + <Extensions> <shibmd:Scope regexp="false">mah.se</shibmd:Scope> <mdui:UIInfo> <mdui:DisplayName xml:lang="sv">Malmö högskola</mdui:DisplayName> |