Application pool identity or Impersonation

后端 未结 5 1924
无人共我
无人共我 2020-12-25 14:56

(A question of similar vein has been asked before but both the question and the accepted answer do not provide the detail I am looking for)

With the

5条回答
  •  轮回少年
    2020-12-25 15:17

    Impersonation is useful when you need a common end user experience with other Windows services that are based on Windows security.

    For example, Microsoft SharePoint servers use impersonation because you can access SharePoint document libraries with web browsers and with the standard Windows shares UI (connect / disconnect to a network share, based on the SMB protocol). To ensure security is consistent between the two, in this case, you need impersonation.

    Other than this kind of scenario, impersonation is most of the time not useful (but can cost a lot in terms of scalability)

提交回复
热议问题