diff options
author | Fredrik Aslund <fredrik.aslund@umu.se> | 2015-01-09 12:03:16 +0100 |
---|---|---|
committer | Fredrik Aslund <fredrik.aslund@umu.se> | 2015-01-09 12:03:16 +0100 |
commit | 296595e38d109cffc5a0dc66b7435e0ea58e0f61 (patch) | |
tree | ebb6815fcd11ea420d7679402ff5278d5db0be7a /swamid-2.0 | |
parent | a7f3b9c0ce535ff73aa9e2e674fa44493c81ed7d (diff) |
sfs and mdui added for selfservice.hb.se
SWAMIDOPS-7496
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/selfservice.hb.se-shibboleth.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/swamid-2.0/selfservice.hb.se-shibboleth.xml b/swamid-2.0/selfservice.hb.se-shibboleth.xml index 2607b8bf..1de3f0b0 100644 --- a/swamid-2.0/selfservice.hb.se-shibboleth.xml +++ b/swamid-2.0/selfservice.hb.se-shibboleth.xml @@ -17,6 +17,14 @@ <alg:SigningMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"/> <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/> + <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/hei-service</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> + <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> + <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:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> <md:Extensions> @@ -30,6 +38,12 @@ <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://registrera.hb.se/Shibboleth.sso/DS/ds.swamid.se"/> <idpdisc:DiscoveryResponse xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://registrera.hb.se/Shibboleth.sso/DS/ds.swamid.se" index="2"/> <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://registrera.hb.se/Shibboleth.sso/WAYF/shibboleth.antagning.se"/> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">HB SelfService</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">HB SelfService</mdui:DisplayName> + <mdui:Description xml:lang="sv">Självhjälp för Högskolan i Borås studenter. Lösenordsbyte, spärrning av passerkort, verifiering av e-post & mobilnummer</mdui:Description> + <mdui:Description xml:lang="en">Self service application for students at Högskolan i Borås. Password recovery/change, reporting lost accesscards, verifying e-mail and cellphone numbers.</mdui:Description> + </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> |