SharePoint Infrastructure Update Authentication Issues

I have a SharePoint MOSS 2007 installation on which I installed a WSS infrastructure update. Now, when I try to access any site collection in my SharePoint farm using IE7, I get a username and password prompt. I enter valid credentials for the site collection administrator account and I see the window again. This happens three times, and after the third time I see a blank page.

When I access the system through FireFox 3.0, I get a username and password screen, but after entering the credentials for the first time, the site works as usual.

I assume this is because IE uses NTLM, while Firefox uses basic authentication, but I'm not sure how to solve the problem.

Has anyone else experienced this or can someone point me in the right direction?

Thanks in advance - Russell

+3
source share
2 answers

I have found the answer to this question now. This is all related to this problem ...

http://support.microsoft.com/kb/896861

Before upgrading your infrastructure, simply enter the fully qualified domain name (for example, intranet.domain.local) for the BackConnectionHostNames entry in the One method. After updating the infrastructure, I added only the host name (for example, an intranet) to the BackConnectionHostNames entry, and this fixed the problem !:-)

+2
source

IE ESC, . - , . . , .

0

Source: https://habr.com/ru/post/1706762/


All Articles