diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-07 10:34:46 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-07 10:34:46 +0200 |
commit | dcb542ee16efeeca0b5b5b77e60117482e18889a (patch) | |
tree | 6518b4fefe7e07744a7cf13ad6d2dba171e9a5c2 /swamid-2.0/shibdev.rsc.org-shibboleth.xml | |
parent | 1615289a0c58b213b13ea06c9f97a3da0c16fb31 (diff) |
entity categories should be located in EntityDescriptor/Extensiosn
mdui should be located in EntityDescriptor/SPSSODescriptor/Extensiosn
Diffstat (limited to 'swamid-2.0/shibdev.rsc.org-shibboleth.xml')
-rw-r--r-- | swamid-2.0/shibdev.rsc.org-shibboleth.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/swamid-2.0/shibdev.rsc.org-shibboleth.xml b/swamid-2.0/shibdev.rsc.org-shibboleth.xml index 43362518..8f19deda 100644 --- a/swamid-2.0/shibdev.rsc.org-shibboleth.xml +++ b/swamid-2.0/shibdev.rsc.org-shibboleth.xml @@ -1,14 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://shibdev.rsc.org/shibboleth"> + <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/eu-adequate-protection</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> <md:Extensions> <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://shibdev.rsc.org/Shibboleth.sso/Login"/> - <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/eu-adequate-protection</samla:AttributeValue> - <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> - </samla:Attribute> - </mdattr:EntityAttributes> </md:Extensions> <md:KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> |