diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2021-03-17 16:09:24 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2021-03-17 16:09:24 +0100 |
commit | 861b8b4a2bc281e8561f94086627e3a959376ee3 (patch) | |
tree | e96dd1748c751fbac885a50af59ed399b8be412b /swamid-2.0/idp.comanage.sunet.se-idp.xml | |
parent | 0c3e19e37db5e95ee4b8bc4ae3fe65af1fb52971 (diff) |
LTRE-145: Default errorURL added to all IdP:s with none, with namespace on IDPSSODescriptor
Diffstat (limited to 'swamid-2.0/idp.comanage.sunet.se-idp.xml')
-rw-r--r-- | swamid-2.0/idp.comanage.sunet.se-idp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swamid-2.0/idp.comanage.sunet.se-idp.xml b/swamid-2.0/idp.comanage.sunet.se-idp.xml index 03c56f27..a6aef209 100644 --- a/swamid-2.0/idp.comanage.sunet.se-idp.xml +++ b/swamid-2.0/idp.comanage.sunet.se-idp.xml @@ -5,7 +5,7 @@ <mdrpi:RegistrationPolicy xml:lang="en">http://swamid.se/policy/mdrps</mdrpi:RegistrationPolicy> </mdrpi:RegistrationInfo> </md:Extensions> - <md:IDPSSODescriptor xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata" WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <md:IDPSSODescriptor xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata" WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" errorURL="https://error.swamid.se/?errorurl_code=ERRORURL_CODE&errorurl_ts=ERRORURL_TS&errorurl_rp=ERRORURL_RP&errorurl_tid=ERRORURL_TID&errorurl_ctx=ERRORURL_CTX&entityid=https://idp.comanage.sunet.se/Saml2IDP/sp/SUNET-TEST"> <saml:Extensions> <shibmd:Scope regexp="false">test.sunet.se</shibmd:Scope> <mdui:UIInfo> |