Getting 400 Request Denied for logout, any help will be greatly appreiciated

ComponentSpace version 2.5.0.5
When I tried that on my application on log out , we got


400


Request denied!



This is a malformed or invalid request.



Message: SAML message has to be signed. Please check your IDP configuration.



Issue id: AVYFOZ2GELWPRDR3.AQ222QZZKDEJ6



Back to the right track





The setting from saml.config file

<PartnerIdentityProvider Name=“<a href=“https://sso-dev.dynatracelabs.com:443/saml2/login””>https://sso-dev.dynatracelabs.com:443/saml2/login"
SignAuthnRequest=“true”
WantSAMLResponseSigned=“false”
WantAssertionSigned=“true”
WantAssertionEncrypted=“false”
SingleSignOnServiceBinding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST”
SingleSignOnServiceUrl=“<a href=“https://sso-dev.dynatracelabs.com:443/saml2/login””>https://sso-dev.dynatracelabs.com:443/saml2/login"
SingleLogoutServiceBinding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST”
SingleLogoutServiceUrl=“<a href=“https://sso-dev.dynatracelabs.com:443/saml2/logout””>https://sso-dev.dynatracelabs.com:443/saml2/logout"
CertificateFile=“idp.cer”
/>



Anything point to specific documentation or any help will be great
thank you

Just to confirm, SSO works but logout fails?
Assuming so, please set the following in your configuration:


SignLogoutRequest=“true”
SignLogoutResponse=“true”



[quote]
ComponentSpace - 10/2/2019
Just to confirm, SSO works but logout fails?
Assuming so, please set the following in your configuration:


SignLogoutRequest="true"
SignLogoutResponse="true"



[/quote]

Thank you, that worked... Really appreciated

You’re welcome.