Dataportal, Integrated security and windows service - make them work together

Dataportal, Integrated security and windows service - make them work together

Old forum URL: forums.lhotka.net/forums/t/12149.aspx


lacota posted on Tuesday, September 10, 2013

I have a windows domain running a third party windows service. That third party calls my class libraries to perform tasks. I want my csla libraries to use the WcfPortal DAL. The problem is, the third party service runs under the local service account so it can't authenticate on the domain. Whenever my business objects are called the dataportal rejects them with a not authorized exception. I have tried writing my own WcfPortal class using networklogin but no luck. Same error no matter what I do. Any suggestions?

JonnyBee replied on Friday, September 20, 2013

Hi,

Have you considered to change the service to run under a domain service account so it can authenticate itself on the call to the web server?

Copyright (c) Marimer LLC