Wild Goat
Wild Goat

Reputation: 3589

Pass security token WCF

I have client and server. They are running on different credentials.

How do I get security TOKEN on client side, pass this TOKEN to server side and impersonate user there?

It would be very HELPFULL if you could provide simple code example to to get, send and recieve token.

I am only interested in solution with a security tokens, please.

Thank you!

Upvotes: 0

Views: 185

Answers (1)

Ladislav Mrnka
Ladislav Mrnka

Reputation: 364409

Impersonation is only possible with Windows accounts. It also usually requires Windows domain (and domain accounts) and for some operations (delegation) also Kerberos.

Upvotes: 1

Related Questions