diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2021-03-17 13:09:25 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2021-03-17 13:09:25 +0100 |
commit | 0c3e19e37db5e95ee4b8bc4ae3fe65af1fb52971 (patch) | |
tree | bd1cee4f55d3b3e735eece06e98fa6d8d17e9465 | |
parent | 9b21376ecf8e68376461b1991fa902835fe9b5b4 (diff) |
SWAMID-149: missing slash added to errorURL
-rw-r--r-- | swamid-2.0/adfs.umu.se-adfs-services-trust.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swamid-2.0/adfs.umu.se-adfs-services-trust.xml b/swamid-2.0/adfs.umu.se-adfs-services-trust.xml index b0271348..78e6ddee 100644 --- a/swamid-2.0/adfs.umu.se-adfs-services-trust.xml +++ b/swamid-2.0/adfs.umu.se-adfs-services-trust.xml @@ -53,7 +53,7 @@ <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://adfs.umu.se/adfs/ls/" index="0" isDefault="true"/> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://adfs.umu.se/adfs/ls/" index="1"/> </SPSSODescriptor> - <IDPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" errorURL="https://administrationsverktyg.umu.se/ErrorUrl?errorurl_code=ERRORURL_CODE&errorurl_ts=ERRORURL_TS&errorurl_rp=ERRORURL_RP&errorurl_tid=ERRORURL_TID&errorurl_ctx=ERRORURL_CTX"> + <IDPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" errorURL="https://administrationsverktyg.umu.se/ErrorUrl/?errorurl_code=ERRORURL_CODE&errorurl_ts=ERRORURL_TS&errorurl_rp=ERRORURL_RP&errorurl_tid=ERRORURL_TID&errorurl_ctx=ERRORURL_CTX"> <Extensions> <shibmd:Scope xmlns="" regexp="false">umu.se</shibmd:Scope> <mdui:UIInfo> |