Example problem with SLO

Hi! configured Example client and example Idp on the same server… login is working fine idp iniciated and sp iniciated, but logout is not working when SP iniciated always same error…

The partner service provider urn:componentspace:MvcExampleIdentityProvider is not configured.

here are may configs… cant find whats worng…

for idp:

<IdentityProvider Name=“urn:componentspace:MvcExampleIdentityProvider”
CertificateFile=“idp.pfx”
CertificatePassword=“password”/>

<PartnerServiceProvider Name=“urn:componentspace:MvcExampleServiceProvider”
WantAuthnRequestSigned=“false”
SignSAMLResponse=“false”
SignAssertion=“false”
EncryptAssertion=“false”
AssertionConsumerServiceUrl=“<a href=“https://private/clientTest/SAML/AssertionConsumerService” “=””><a href=“https://private/clientTest/SAML/AssertionConsumerService”“>https://private/clientTest/SAML/AssertionConsumerService
SingleLogoutServiceUrl=“<a href=“https://private/idp/SAML/SLOService” “=””><a href=“https://private/idp/SAML/SLOService”“>https://private/idp/SAML/SLOService
CertificateFile=“sp.cer”/>

for SP:


<ServiceProvider Name=“urn:componentspace:MvcExampleServiceProvider”
AssertionConsumerServiceUrl=“<a href=“https://private/clienttest/SAML/AssertionConsumerService” “=””><a href=“https://private/clienttest/SAML/AssertionConsumerService”“>https://private/clienttest/SAML/AssertionConsumerService
CertificateFile=“sp.pfx”
CertificatePassword=“password”/>

<PartnerIdentityProvider Name=“urn:componentspace:MvcExampleIdentityProvider”
SignAuthnRequest=“false”
WantSAMLResponseSigned=“false”
WantAssertionSigned=“false”
WantAssertionEncrypted=“false”
SingleSignOnServiceUrl=“<a href=“https://private/idp/SAML/SSOService” “=””><a href=“https://private/idp/SAML/SSOService”“>https://private/idp/SAML/SSOService
SingleLogoutServiceUrl=“<a href=“https://private/idp/SAML/SLOService” “=””><a href=“https://private/idp/SAML/SLOService”“>https://private/idp/SAML/SLOService
CertificateFile=“idp.cer”/>

It sounds like there’s some sort of mix-up in the configuration as urn:componentspace:MvcExampleIdentityProvider isn’t a partner service provider but rather a local or partner identity provider.
Have you modified the example projects? I can’t reproduce any issues with the MVC examples.
Could you please enable SAML trace for the IdP and SP and send the generated log files as email attachments to support@componentspace.com mentioning this post?
http://www.componentspace.com/Forums/17/Enabing-SAML-Trace
I’d like to see the SSO as well as the failing SLO.
Thanks.