diff options
author | Paul Scott <paul.scott@kau.se> | 2021-11-12 14:08:11 +0100 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2021-11-12 14:08:11 +0100 |
commit | 6abb399275e7c761639e9b1551c64705f051d4a6 (patch) | |
tree | e20f3aba9cb0b5b943b83b47f5586f3c98d946cf | |
parent | 6816c869a2d0e8bb4bba0894190d846819fe8b0f (diff) |
HiS new IdP, basic MDUI
-rw-r--r-- | swamid-2.0/idp.his.se-idp-shibboleth.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/swamid-2.0/idp.his.se-idp-shibboleth.xml b/swamid-2.0/idp.his.se-idp-shibboleth.xml index 3be70e86..75928d4c 100644 --- a/swamid-2.0/idp.his.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.his.se-idp-shibboleth.xml @@ -1,10 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - This is example metadata only. Do *NOT* supply it as is without review, - and do *NOT* provide it in real time to your partners. - - This metadata is not dynamic - it will not change as your configuration changes. ---> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" entityID="https://idp.his.se/idp/shibboleth"> <md:Extensions> <mdrpi:RegistrationInfo registrationAuthority="http://www.swamid.se/" registrationInstant="2021-11-12T13:50:46Z"> @@ -14,15 +8,12 @@ <IDPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <shibmd:Scope regexp="false">his.se</shibmd:Scope> - <!-- - Fill in the details for your IdP here - <mdui:UIInfo> - <mdui:DisplayName xml:lang="en">A Name for the IdP at idp.his.se</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Högskolan i Skövde</mdui:DisplayName> + <mdui:DisplayName xml:lang="sv">Högskolan i Skövde</mdui:DisplayName> <mdui:Description xml:lang="en">Enter a description of your IdP at idp.his.se</mdui:Description> <mdui:Logo height="80" width="80">https://idp.his.se/Path/To/Logo.png</mdui:Logo> </mdui:UIInfo> ---> </Extensions> <!-- First signing certificate is BackChannel, the Second is FrontChannel--> <KeyDescriptor use="signing"> |