diff options
author | Leif Johansson <leifj@sunet.se> | 2012-06-12 12:55:18 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-06-12 12:55:18 +0200 |
commit | b18886684e91d5d9a886b872ac7a636ae20a5aca (patch) | |
tree | b84f0ee1ee64a724317f7587d4a71b10d9b703f1 /swamid-1.0/sp-test.it.su.se.xml | |
parent | 2bbe8d34079b953b9d0c71feb2dd5556ed6dc9ea (diff) |
entity attributes test
Diffstat (limited to 'swamid-1.0/sp-test.it.su.se.xml')
-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"/> |