Hello Julian,
2 questions
a) why do you have to enter domain credentials for sharepoint if you are
doing integrated auth?
b) the web service request - under which identity do you want to send - server
identity or impersonated client identity?
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Hi,
>
[quoted text clipped - 37 lines]
>
> Julian Jelfs.
Julian Jelfs - 29 Mar 2005 09:13 GMT
Dominick,
a) I mean that the user enters their credentials when they first log into
the sharepoint site. Admittedly, whether this was done explicitly or not
would depend on their browser security settings. Either way, when I'm
executing code on the sharepoint server I will be impersonating the actual
user rather than running as ASPNET or whatever.
b) I think I just need to be able to identify the client user in the web
service. As such I'm creating the kerberostoken2 with the identify
impersonation level rather than impersonate.
I hope this answers your questions and you can help. Thanks for responding...
Julian.
> Hello Julian,
>
[quoted text clipped - 50 lines]
> >
> > Julian Jelfs.