I need a head's up for my wcf configuration
I have a Silverlight client, hosted on a SharePoint page which communicates with a custom basic (Windows) authenticated wcf service, located in the ISAPI folder
This WCF service communicates with Analysis Services, located on another machine (so kerberos applies)
When I host this situation in SharePoint 2010 with claims based authentication, the Silverlight client just says "Not found" when a service method is invoked.
Does this mean my WCF services need to be "claims aware"?
Do I need special configuration for the silverlight client to communicate to claims aware services?