-
hi everyone. I have a winforms app running through a wcfhost (app server), setup pretty much like the ProjectTracker example (csla 3.6.3) using csla authentication. The problem I'm having is that unless (on the client - using user accounts -> manage your network passwords) I store the user credentials...
-
Hello, Wondering if someone can help me with an issue I'm having with accessing the data portal. We are using CSLA version 3.6.2. with CSLA Authentication for the DataPortal. We have developed a Windows Service that is responsible for generation of data sets that are shared amongst a number of clients...
-
Yes, there's an authentication hook that is invoked immediately after the client-side request has been deserialized and the server-side context set, but before any non-CSLA code has been invoked (other than the deserialization, which can run custom code if the business class was authored to do so...
-
The .NET data portal defaults to not passing the principal over the wire. You need to set the CslaAuthentication config property on client and server to "Csla" to tell the data portal to do custom impersonation.