You are designing an enterprise‐level Windows Communication Foundation (WCF) application. User
accounts will migrate from the existing system. The new system must be able to scale to
accommodate the increasing load.
The new servers are experiencing significant stress under load of large‐scale role changes.
You need to ensure that the application can handle the stress.
Which authorizations should you redesign? (Each correct answer presents a complete solution.
Choose all that apply.)
A.
Role‐based approach
B.
Identity‐based approach
C.
Resource‐based trusted subsystem model
D.
Resource‐based impersonation/delegation model
The answer should be
A. Role-based approach
B. Identity-based approach
a and b are correct
A.B 93 is the same
Why noy C? Why B?
????
C and D are not scalable. B is upgraded A.
Authorization Options in WCF
https://msdn.microsoft.com/en-us/library/ff647503.aspx
Same as Q.93 http://www.aiotestking.com/microsoft/what-should-you-use-for-authorization/