Skip to Content
Programming WCF Services
book

Programming WCF Services

by Juval Lowy
February 2007
Intermediate to advanced
634 pages
16h 1m
English
O'Reilly Media, Inc.
Content preview from Programming WCF Services

Identity Management

Identity management is the security aspect that deals with which security identity the client sends to service and, in turn, what the service can do with the client’s identity. Not only that, but when designing a service, you need to decide in advance which identity the service executes under. The service can execute under its own identity; it can use the client identity (when applicable); or the service can use a mixture, where it will alternate in a single operation between its own identity, the client identity, or even a third identity altogether. Selecting the correct identity has drastic implications on the application scalability and administration cost. In WCF, when enabled, the security identity flows down the call chain, and the service can find out who its caller is, regardless of the identity of the service.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming WCF Services, 2nd Edition

Programming WCF Services, 2nd Edition

Juval Lowy
Pro WCF: Practical Microsoft SOA Implementation

Pro WCF: Practical Microsoft SOA Implementation

Chris Peiris, Dennis Mulder, Shawn Cicoria, Amit Bahree, Nishith Pathak
Mastering ASP.NET Web API

Mastering ASP.NET Web API

Mithun Pattankar, Malendra Hurbuns

Publisher Resources

ISBN: 0596526997Supplemental ContentErrata Page