Passthrough indentification in wcf
Posted
by PEtter
on Stack Overflow
See other posts from Stack Overflow
or by PEtter
Published on 2010-04-20T12:04:26Z
Indexed on
2010/04/20
12:13 UTC
Read the original article
Hit count: 312
How do I pass the identity of the logged on user in an a webapplication to a service beeing called by the webserver?
My idea her is to set som kind of EndpointIdentity on the cahnnel. In my case this will be an GUID identifing the user's session on the webserver.
Anyone got any exprience on this.. Maybe I have misunderstood the concept?
Any idea's or links would be apriciated.
© Stack Overflow or respective owner