diff options
author | Paul Scott <paul.scott@kau.se> | 2019-05-02 13:07:41 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2019-05-02 13:07:41 +0000 |
commit | 9737bda37f2b53083257fb72077159fb7088e525 (patch) | |
tree | 5bed1573a35486dd496dc2089af5f6bf132aaa63 | |
parent | 27d7386e97b672f28594753689c19d944254d39c (diff) |
Re-add missing entity categories to SUNET Canvas
-rw-r--r-- | swamid-2.0/sunet.instructure.com-saml2.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/swamid-2.0/sunet.instructure.com-saml2.xml b/swamid-2.0/sunet.instructure.com-saml2.xml index 90a825bb..867be716 100644 --- a/swamid-2.0/sunet.instructure.com-saml2.xml +++ b/swamid-2.0/sunet.instructure.com-saml2.xml @@ -1,5 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" entityID="http://sunet.instructure.com/saml2"> + <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/research-and-education</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/hei-service</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> |