diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-04-25 17:36:21 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-04-25 17:36:21 +0200 |
commit | f06f3bf7b3ea6f2f687160244005b3b234ce4b8a (patch) | |
tree | 5367359479a810e2321f1a12061b14eea12ef2ad | |
parent | 669dc424d44f9f4431f733cb3c577a29acde1406 (diff) |
Updated errorURL on request from PAX & Thulin
-rw-r--r-- | swamid-2.0/idp.dev.eduid.se-idp.xml.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swamid-2.0/idp.dev.eduid.se-idp.xml.xml b/swamid-2.0/idp.dev.eduid.se-idp.xml.xml index ac5b8dfc..c5b84529 100644 --- a/swamid-2.0/idp.dev.eduid.se-idp.xml.xml +++ b/swamid-2.0/idp.dev.eduid.se-idp.xml.xml @@ -18,7 +18,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" 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.dev.eduid.se/idp.xml"> + <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://dev.eduid.se/errors?code=ERRORURL_CODE&ts=ERRORURL_TS&rp=ERRORURL_RP&tid=ERRORURL_TID&ctx=ERRORURL_CTX"> <ns0:Extensions> <ns1:Scope xmlns:ns1="urn:mace:shibboleth:metadata:1.0" regexp="false">eduid.se</ns1:Scope> <ns1:Scope xmlns:ns1="urn:mace:shibboleth:metadata:1.0" regexp="false">dev.eduid.se</ns1:Scope> |