IIS Returning Old User Names to my application

前端 未结 8 1924
时光说笑
时光说笑 2020-12-23 20:55

Here\'s my scenario. I created an application which uses Integrated Windows Authentication in order to work. In Application_AuthenticateRequest(), I use

8条回答
  •  执念已碎
    2020-12-23 21:36

    Just as an FYI we had the exact same issue. What appeared to work for us is to go into Active Directory and do a "Refresh". Immediately after this we had to recycle the application pool on the intranet sites that were having this issue.

提交回复
热议问题