SharePoint Keeps Prompting for Credentials
Problem
SharePoint keeps prompting you for credentials in the following scenarios:
- You get prompted for credentials when you access the site in the browser.
- You get prompted for credentials when you open a document from SharePoint.
- You get prompted for credentials after you open a document from SharePoint and try to “Save As”.
Cause
The most likely cause of your problem is that you are using an FQDN for SharePoint (For example, sharepoint.company.com) and your client machine runs Windows 7. By default, Internet Explorer and Webdav assume that this address is on the Internet and as a security measure, does not automatically pass in your credentials.
Solution
If your scenario is the same as above, then you will need to do two things.
- Add your SharePoint server’s FQDN to your Trusted Sites or Intranet Sites zone.
- Modify your registry settings for the WebClient service.
Add your SharePoint server’s FQDN to your Trusted Sites or Intranet Sites zone.
If using Trusted sites, ensure that you do not select “Require server verification (https:) for all sites in this zone”.
- Internet Explorer -> Internet Options -> Security -> Trusted Sites -> Sites
- Add the URL(s) of your SharePoint server(s).
- Click OK
- Click Custom Level -> Scroll to the bottom -> User Authentication
- Ensure that it is set to Automatic logon with current user name and password
If you are using the Intranet Sites zone, note that you need to manually add the SharePoint server URL under Advanced settings.
- Internet Explorer -> Internet Options -> Security -> Local Intranet -> Sites -> Advanced
- Add the URL(s) of your SharePoint server(s).
- Click OK
- Click Custom Level -> Scroll to the bottom -> User Authentication
- Ensure that it is set to Automatic logon with current user name and password
Modify your registry settings for the WebClient service.
- Open Regedit, Start -> Run -> regedit
- Browse to the location: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters
- Create a new Multi-String Value and call it AuthForwardServerList
- Under Value data: Type in the URL of the SharePoint sites, one on each line. You may use wildcards.
- Click OK.
- Open Services console, Start -> Run -> services.msc
- Look for the WebClient service, and click on Restart.
References
http://support.microsoft.com/kb/943280/en-us
2 Responses to SharePoint Keeps Prompting for Credentials
Categories
Recent Posts
- Save document library as template option not available
- Short break
- Speed up SharePoint using the IIS Blobcache
- Could not generate mail report.An exception occurred while executing a Transact-SQL statement or batch.No global profile is configured. Specify a profile name in the @profile_name parameter.
- Microsoft SharePoint is not supported with version 4.0.30319.296 of the Microsoft .Net Runtime.
Popular Posts
- SharePoint Keeps Prompting for Credentials Problem SharePoint keeps prompting you for credentials in the following scenarios: You ...
- Security Token Service Application- Broken Problem Had an issue today on one of my developer's VMs. ...
- User Profile Service Stuck on Starting Problem You have followed Harbar's Rational Guide to setting up the ...
- Event 8313 Topology – Load Balancer EndpointFailure – SearchService.svc Problem Encountered the following error while analysing the logs on our ...
- Event 6398 and 5586 SharePoint Foundation Problem Event logs were getting filled with the following errors: Event 5586, ...
- The security validation for this page is invalid Problem: After applying SharePoint 2010 Service Pack 1 and June 2011 ...
- The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered. Problem You install .NET Framework 4.0 on your SharePoint 2010 WFE ...
- Start a workflow using PowerShell Requirement Start a workflow on all / specific items in a ...
- Using Export-SPWeb to export libraries / lists This is a simple one but many people get the ...
- Unable to change User Profile Service Account Problem So you made a mistake by trying to change the ...
Tags
Backup and Restore Branding Content Management Content Organizer database Debugging Document Conversion Service DPM Event 7362 Expiration Policy IIS InfoPath Information Management Javascript KB2266203 Masterpage Migration Mysite OCS Office Page Layouts PowerPivot Powershell RBS Records Center Regional Settings Search Search Center Security Send-to Connection SharePoint Diagnostic Studio SharePoint Manager Solutions SPD Uploading Usage and Health Data Collection User Profile Service Visual Upgrade Web Analytics Web Content Management Webdav Webparts Workflow WSS XSLT

[...] http://mysharepointadventures.com/2012/02/sharepoint-keeps-prompting-for-credentials [...]
Nice post. Here is one more post explaining the issue.
http://sureshpydi.blogspot.in/2013/04/sharepoint-2013-issue-app-prompting-for.html