diff options
author | Einar Lönn <el@sunet.se> | 2017-06-07 15:51:16 +0200 |
---|---|---|
committer | Einar Lönn <el@sunet.se> | 2017-06-07 15:51:16 +0200 |
commit | c7503f69316f5c0aff8a108a484b375d116e4983 (patch) | |
tree | ec5dc71fff4ba44d2c1c1564ce94f2c5ac49bb98 /swamid-2.0/test.account.hj.se-adfs-services-trust.xml | |
parent | 2fe57d3c09ff52fe1ab39c82b7a2337e4d5fa7bc (diff) |
Moved config from SP to IDP, let's see if this fixed SWAMIDOPS-8570...
Diffstat (limited to 'swamid-2.0/test.account.hj.se-adfs-services-trust.xml')
-rw-r--r-- | swamid-2.0/test.account.hj.se-adfs-services-trust.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/swamid-2.0/test.account.hj.se-adfs-services-trust.xml b/swamid-2.0/test.account.hj.se-adfs-services-trust.xml index 49944d34..b3e1d4b9 100644 --- a/swamid-2.0/test.account.hj.se-adfs-services-trust.xml +++ b/swamid-2.0/test.account.hj.se-adfs-services-trust.xml @@ -650,21 +650,6 @@ </fed:PassiveRequestorEndpoint> </RoleDescriptor> <SPSSODescriptor WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> - <Extensions> - <shibmd:Scope regexp="false">hj.se</shibmd:Scope> - <shibmd:Scope regexp="false">account.hj.se</shibmd:Scope> - <shibmd:Scope regexp="false">test.account.hj.se</shibmd:Scope> - <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> - <mdui:DisplayName xml:lang="sv">Jönköping University - Test för kontohantering</mdui:DisplayName> - <mdui:DisplayName xml:lang="en">Jönköping University - Account management test</mdui:DisplayName> - <mdui:Description xml:lang="sv">Denna applikation används som test för kontohantering.</mdui:Description> - <mdui:Description xml:lang="en">This service is used for account management test.</mdui:Description> - <mdui:InformationURL xml:lang="sv">http://ju.se/it-helpdesk/faq---manualer/mitt-anvandarkonto.html</mdui:InformationURL> - <mdui:InformationURL xml:lang="en">http://ju.se/en/it-helpdesk/ju-faq---manuals/my-user-account.html</mdui:InformationURL> - <mdui:Logo height="21" width="187" xml:lang="sv">https://test.account.hj.se/logo.png</mdui:Logo> - <mdui:Logo height="21" width="187" xml:lang="en">https://test.account.hj.se/logo.png</mdui:Logo> - </mdui:UIInfo> - </Extensions> <KeyDescriptor use="encryption"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <X509Data> @@ -689,6 +674,21 @@ <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://test.account.hj.se/adfs/ls/" index="2"/> </SPSSODescriptor> <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <Extensions> + <shibmd:Scope regexp="false">hj.se</shibmd:Scope> + <shibmd:Scope regexp="false">account.hj.se</shibmd:Scope> + <shibmd:Scope regexp="false">test.account.hj.se</shibmd:Scope> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Jönköping University - Test för kontohantering</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Jönköping University - Account management test</mdui:DisplayName> + <mdui:Description xml:lang="sv">Denna applikation används som test för kontohantering.</mdui:Description> + <mdui:Description xml:lang="en">This service is used for account management test.</mdui:Description> + <mdui:InformationURL xml:lang="sv">http://ju.se/it-helpdesk/faq---manualer/mitt-anvandarkonto.html</mdui:InformationURL> + <mdui:InformationURL xml:lang="en">http://ju.se/en/it-helpdesk/ju-faq---manuals/my-user-account.html</mdui:InformationURL> + <mdui:Logo height="21" width="187" xml:lang="sv">https://test.account.hj.se/logo.png</mdui:Logo> + <mdui:Logo height="21" width="187" xml:lang="en">https://test.account.hj.se/logo.png</mdui:Logo> + </mdui:UIInfo> + </Extensions> <KeyDescriptor use="encryption"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <X509Data> |