diff options
-rw-r--r-- | swamid-1.0/sp-test.it.su.se.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/swamid-1.0/sp-test.it.su.se.xml b/swamid-1.0/sp-test.it.su.se.xml index f58bde4d..883b21e8 100644 --- a/swamid-1.0/sp-test.it.su.se.xml +++ b/swamid-1.0/sp-test.it.su.se.xml @@ -1,6 +1,14 @@ <?xml version="1.0"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://sp-test.it.su.se/Shibboleth.sso"> - + <md:Extensions> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" + NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" + Name="http://macedir.org/entity-category"> + <samla:AttributeValue>http://www.swamid.se/category/sfs-1993-1153</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://sp-test.it.su.se/Shibboleth.sso/WAYF" index="1"/> |