diff options
author | Fredrik Aslund <fredrik.aslund@umu.se> | 2014-08-13 15:41:20 +0200 |
---|---|---|
committer | Fredrik Aslund <fredrik.aslund@umu.se> | 2014-08-13 15:41:20 +0200 |
commit | 30eade0577c0ceb998b7c7eaed9281e957e8d44b (patch) | |
tree | a3c2938d23731c2ae5fc61912f37119b9170097e /swamid-2.0/shib1.oru.se-shibboleth.xml | |
parent | caf37efb9ae07b9e1fc542f6c7b582d309ba9646 (diff) |
mdui and contactperson added for oru sp
SWAMIDOPS-7308
Diffstat (limited to 'swamid-2.0/shib1.oru.se-shibboleth.xml')
-rw-r--r-- | swamid-2.0/shib1.oru.se-shibboleth.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/swamid-2.0/shib1.oru.se-shibboleth.xml b/swamid-2.0/shib1.oru.se-shibboleth.xml index 7bdbd002..3fa97bfe 100644 --- a/swamid-2.0/shib1.oru.se-shibboleth.xml +++ b/swamid-2.0/shib1.oru.se-shibboleth.xml @@ -11,6 +11,15 @@ </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> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Central webbtjänst för Örebro universitet</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Central webservice for Örebro University</mdui:DisplayName> + <mdui:Description xml:lang="sv">Central webbtjänst för Örebro universitet. Systemet aktiverar, återaktiverar och kursregistrerar nya och befintliga studentkonton samt är ombudssystem för lösenordsbyten. EduID används för att validera AL2-konton.</mdui:Description> + <mdui:Description xml:lang="en">Central webservice for Örebro University. The system is handling student activation, re-enrolls students and registers existing and new student accounts aswell as act as intermediary for password changes. EduID is used to validate AL2 accounts. + </mdui:Description> + </mdui:UIInfo> + </md:Extensions> <md:KeyDescriptor use="signing"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:KeyName>shib1.oru.se</ds:KeyName> @@ -105,4 +114,10 @@ Rqzek48aKj1lgjemCqPvuxaeTjFaQej9JLrxyQ1cWvsSYLuW4wnq4uvKdFRKr1hP <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://shib1.oru.se/Shibboleth.sso/SAML/POST" index="5"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://shib1.oru.se/Shibboleth.sso/SAML/Artifact" index="6"/> </md:SPSSODescriptor> + <md:ContactPerson contactType="technical"> + <md:Company>Örebro University</md:Company> + <md:SurName>Jonny Ehrnberg</md:SurName> + <md:EmailAddress>itsupport@oru.se</md:EmailAddress> + <md:TelephoneNumber>+46 19 303166</md:TelephoneNumber> + </md:ContactPerson> </md:EntityDescriptor> |