InterviewSolution
| 1. |
Explain Impersonation, And When Would You Use Impersonation? |
|
Answer» IMPERSONATION is the concept of PROVIDING functionality in the context of a different identity, for example LETTING a user access the system with anonymous access. You would use impersonation in order to access resources on BEHALF of the user with a different account, that normally, that would provide just the very basic rights to access the system. Impersonation is the concept of providing functionality in the context of a different identity, for example letting a user access the system with anonymous access. You would use impersonation in order to access resources on behalf of the user with a different account, that normally, that would provide just the very basic rights to access the system. |
|