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/idpproxy.dev.eduid.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/idpproxy.dev.eduid.se-idp.xml')
-rw-r--r-- | swamid-2.0/idpproxy.dev.eduid.se-idp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swamid-2.0/idpproxy.dev.eduid.se-idp.xml b/swamid-2.0/idpproxy.dev.eduid.se-idp.xml index 25c3f68f..96b97a68 100644 --- a/swamid-2.0/idpproxy.dev.eduid.se-idp.xml +++ b/swamid-2.0/idpproxy.dev.eduid.se-idp.xml @@ -21,7 +21,7 @@ </samla:Attribute> </attr:EntityAttributes> </md:Extensions> - <ns0:IDPSSODescriptor xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <ns0:IDPSSODescriptor xmlns:ns0="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://idpproxy.dev.eduid.se/idp"> <ns0:Extensions> <ns1:Scope xmlns:ns1="urn:mace:shibboleth:metadata:1.0" regexp="false">dev.eduid.se</ns1:Scope> <ns1:Scope xmlns:ns1="urn:mace:shibboleth:metadata:1.0" regexp="false">test.eduid.se</ns1:Scope> |