Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1060
Authentication
posted

Hello

I'm using Reporting 2011 vol2.  I am using a Silverlight client with server side rendering via a report service.

I am using AspNetSqlMembershipProvider and require that the user is authenticated.  Although the user is authenticated using RIA Services AuthenticationService I am finding that on the server, in my report's data source provider, the HttpContext.Current.User is not authenticated and the HttpContext.Current.User.Identity.Name is null.

Any ideas how I can get this working with AspNetSqlMembershipProvider?  How can i provide authentication credentials to the report service?

Thanks again

Kevin