Using SAML to launch Component Space getting ERROR Partner service provider "NAME" is not configured

Hi,

We are using SAML to launch your product. I am a developer but not familiar with these components. I am pasting the Stack Trace

[SAMLConfigurationException: The partner service provider " " not configured
ComponentSpace.SAML2.Configuration.SAMLConfiguration.GetPartnerServiceProvider(String name) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\Configuration\SAMLConfiguration.cs:679
ComponentSpace.SAML2.InternalSAMLIdentityProvider.InitiateSSO(HttpResponseBase httpResponse, String userName, SAMLAttribute[] attributes, String relayState, String partnerSP, String assertionConsumerServiceUrl) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\InternalSAMLIdentityProvider.cs:705
ComponentSpace.SAML2.SAMLIdentityProvider.InitiateSSO(HttpResponseBase httpResponse, String userName, SAMLAttribute[] attributes, String relayState, String partnerSP, String assertionConsumerServiceUrl) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\SAMLIdentityProvider.cs:246
ComponentSpace.SAML2.SAMLIdentityProvider.InitiateSSO(HttpResponseBase httpResponse, String userName, IDictionary attributes, String relayState, String partnerSP, String assertionConsumerServiceUrl) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\SAMLIdentityProvider.cs:227
ComponentSpace.SAML2.SAMLIdentityProvider.InitiateSSO(HttpResponseBase httpResponse, String userName, IDictionary attributes, String relayState, String partnerSP) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\SAMLIdentityProvider.cs:190
Livewire2.Web.Controllers.HomeController.SingleSignOn() in c:\Controllers\HomeController.cs:99
lambda_method(Closure , ControllerBase , Object[] ) +101
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary parameters) +208
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary parameters) +27
System.Web.Mvc.Async.<>c__DisplayClass42.b__41() +28
System.Web.Mvc.Async.<>c__DisplayClass8.b__7(IAsyncResult _) +10
System.Web.Mvc.Async.WrappedAsyncResult.End() +57
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +48
System.Web.Mvc.Async.<>c__DisplayClass39.b__33() +57
System.Web.Mvc.Async.<>c__DisplayClass4f.b__49() +223
System.Web.Mvc.Async.<>c__DisplayClass4f.b__49() +223
System.Web.Mvc.Async.<>c__DisplayClass4f.b__49() +223
System.Web.Mvc.Async.<>c__DisplayClass37.b__36(IAsyncResult asyncResult) +10
System.Web.Mvc.Async.WrappedAsyncResult.End() +57

Calling SAMLIdentityProvider.InitiateSSO will initiate SSO to the specified configured partner service provider. The method includes a partnerSP parameter. This is used as a key into the SAML configuration (eg saml.config file) . A with the corresponding Name attribute is retrieved. If there’s no matching partner service provider configured then a SAMLConfigurationException is thrown.
Please ensure your saml.config file includes a entry and that the partnerSP parameter matches the Name attribute value.