diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-02-17 10:31:04 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-02-17 10:31:04 +0100 |
commit | 057ce86cf4e3de85e7587c2b508498014fb67d16 (patch) | |
tree | 25ac1308731ab1f0dfcd315280258abd175bcb42 /swamid-2.0/test.play.rkh.se.xml | |
parent | d85444967a353802a785d187c1aaea5945bbb1be (diff) |
Lagt till kategorier enligt SWAMIDOPS-8483
Diffstat (limited to 'swamid-2.0/test.play.rkh.se.xml')
-rw-r--r-- | swamid-2.0/test.play.rkh.se.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/swamid-2.0/test.play.rkh.se.xml b/swamid-2.0/test.play.rkh.se.xml index 835ab173..41cbd564 100644 --- a/swamid-2.0/test.play.rkh.se.xml +++ b/swamid-2.0/test.play.rkh.se.xml @@ -1,6 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://test.play.rkh.se"> + <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/nren-service</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"> + <md:Extensions> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="en">Röda Korsets Högskola Play service (test)</mdui:DisplayName> + <mdui:DisplayName xml:lang="sv">Röda Korsets Högskola Play tjänst (test)</mdui:DisplayName> + <mdui:Description xml:lang="en">Röda Korsets Högskola streaming service. (test)</mdui:Description> + <mdui:Description xml:lang="sv">Röda Korsets Högskola play tjänst (test)</mdui:Description> + </mdui:UIInfo> + </md:Extensions> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://test.play.rkh.se/user/logout"/> <md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</md:NameIDFormat> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://test.play.rkh.se/user/authenticate" index="0"/> |