diff options
author | Björn Mattsson <bjorn@sunet.se> | 2024-01-06 23:57:18 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2024-01-06 23:57:18 +0100 |
commit | 9723d5c2b26e2994334fd397098ca7349e3c9bca (patch) | |
tree | 69ae32ca307b73dd82bbdf6d744ce4f9f1ca21cd | |
parent | f30504cd2f2c7e9481116bb7c88daa3156ac349f (diff) |
SWAMID-3677 removed SAML1 from SP since they had no SAML POSTmd-2024-01-06-v02
-rw-r--r-- | metadata/swamid-edugain/idp.mah.se-idp-shibboleth.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/swamid-edugain/idp.mah.se-idp-shibboleth.xml b/metadata/swamid-edugain/idp.mah.se-idp-shibboleth.xml index 14c6c828..fbaa11c5 100644 --- a/metadata/swamid-edugain/idp.mah.se-idp-shibboleth.xml +++ b/metadata/swamid-edugain/idp.mah.se-idp-shibboleth.xml @@ -121,7 +121,7 @@ Sb3rBCm5iyTFace5tFk069wtFHASk2Xy8atTMLx0nbFkq5eE/DVRsYj+C7QZOLTf <md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://idp.mah.se/idp/profile/SAML2/POST/SSO"/> <md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://idp.mah.se/idp/profile/SAML2/Redirect/SSO"/> </md:IDPSSODescriptor> - <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0" errorURL="https://idp.mah.se/error/?errorurl_code=ERRORURL_CODE&errorurl_ts=ERRORURL_TS&errorurl_rp=ERRORURL_RP&errorurl_tid=ERRORURL_TID&errorurl_ctx=ERRORURL_CTX"> + <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:mace:shibboleth:1.0" errorURL="https://idp.mah.se/error/?errorurl_code=ERRORURL_CODE&errorurl_ts=ERRORURL_TS&errorurl_rp=ERRORURL_RP&errorurl_tid=ERRORURL_TID&errorurl_ctx=ERRORURL_CTX"> <md:Extensions> <mdui:UIInfo> <mdui:DisplayName xml:lang="sv">Malmö universitet</mdui:DisplayName> |