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/saml.sys.kth.se-idp-shibboleth.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/saml.sys.kth.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml b/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml index e71852de..86c020b6 100644 --- a/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml +++ b/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml @@ -14,7 +14,7 @@ </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> - <md:IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> + <md:IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0" 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://saml.sys.kth.se/idp/shibboleth"> <md:Extensions> <shibmd:Scope regexp="false">kth.se</shibmd:Scope> <mdui:UIInfo> |