Impersonate using Forms Authentication

后端 未结 5 991
说谎
说谎 2020-11-29 02:15

I have an ASP.NET site that must use Forms Authentication and not Windows Authentication to access a ActiveDirectoryMembershipProvider. The site must use forms

5条回答
  •  我在风中等你
    2020-11-29 03:13

    You may find this useful:

    • how to create a login screen that allows Admin users to log in as another user in the user database

    EDIT

    On reading your question more closely, I am not sure if that approach would work with your scenario though; when you login using Forms Authentication and Impersonate Active Directory user

提交回复
热议问题