diff options
author | Paul Scott <paul.scott@kau.se> | 2021-01-29 07:53:41 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2021-01-29 07:53:41 +0000 |
commit | 272fc4065261682cee37f4c6ea2f6bacdf6da99b (patch) | |
tree | f4d679c496fe2b0b4b5d34c4097d685d32727882 | |
parent | f3714f4c8557654e6174c7930881c8201d0cf3e1 (diff) |
Add error url to KAU test IdP
-rw-r--r-- | swamid-2.0/weblogin-test.kau.se-idp-shibboleth.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swamid-2.0/weblogin-test.kau.se-idp-shibboleth.xml b/swamid-2.0/weblogin-test.kau.se-idp-shibboleth.xml index 73b0736b..3bd51578 100644 --- a/swamid-2.0/weblogin-test.kau.se-idp-shibboleth.xml +++ b/swamid-2.0/weblogin-test.kau.se-idp-shibboleth.xml @@ -16,7 +16,7 @@ </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> - <IDPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> + <IDPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0" errorURL="https://weblogin-test.kau.se/error/?errorurl_code=ERRORURL_CODE&errorurl_ts=ERRORURL_TS&errorurl_rp=ERRORURL_RP&errorurl_tid=ERRORURL_TID&errorurl_ctx=ERRORURL_CTX"> <Extensions> <shibmd:Scope regexp="false">kau.se</shibmd:Scope> <mdui:UIInfo> |