T
TS
hello, I am wondering what is the best approach here.
I have a web application that will authenticate when making web service
calls. I want a service account to be used by the application to access
Excel Svcs. In my application, the user will be authenticated using a custom
HTTPHandler that the whole company uses and isn't modifiable, so the
application isn't doing any impersonation.
The service account will be used to access the web service. In the
application the user will be authenticated as domain\Joe. I don't want
domain\joe to be a member of the service account group (if the service
account is a group account which i don't want to have either). I will be
setting domain\joe up in sharepoint with read-only access or no access at
all, this will allow the service account to have higher privileges than
domain\joe or allow domain\joe to not have any privileges in sharepoint.
what is the best way to handle this authentication? Should the service
account credentials be retrieved from a config file and build an IPrincipal
object from it?
Note that I can use IIS for authentication as it is a windows to windows
communication.
thanks!!!
I have a web application that will authenticate when making web service
calls. I want a service account to be used by the application to access
Excel Svcs. In my application, the user will be authenticated using a custom
HTTPHandler that the whole company uses and isn't modifiable, so the
application isn't doing any impersonation.
The service account will be used to access the web service. In the
application the user will be authenticated as domain\Joe. I don't want
domain\joe to be a member of the service account group (if the service
account is a group account which i don't want to have either). I will be
setting domain\joe up in sharepoint with read-only access or no access at
all, this will allow the service account to have higher privileges than
domain\joe or allow domain\joe to not have any privileges in sharepoint.
what is the best way to handle this authentication? Should the service
account credentials be retrieved from a config file and build an IPrincipal
object from it?
Note that I can use IIS for authentication as it is a windows to windows
communication.
thanks!!!