Anonymous authentication allows any user to access any public content without providing a user name and password challenge to the client browser.

learn more… | top users | synonyms (1)

0
votes
2answers
261 views

Search only crawls a minimal part of my site

I have a regular SharePoint site setup that is setup to allow anonymous access. It has around ~40 pages setup with various text and pictures, spread over 6 sub-webs. Crawling is setup, the content ...
3
votes
1answer
594 views

Permissions error in IE 8 but not Firefox 6.0.2?

I am using the Javascript Client Object model to access some information from a list. Below is the code I am using: function getDeptInfo(id) { //var value = ...
1
vote
1answer
143 views

Give anonymous access to explicit page in document library

I have the following situation (SharePoint 2010): A document library contains publishing pages. Anonymous access is enabled. The publishing pages are separeted in folders. Now i have the situation ...
1
vote
1answer
86 views

SharePoint2010 configured with Win, FBA and SSRS with Integrated,reports working fine but after enable the anonymous subsite reports are not working

Site Details SharePoint web application Enable Windows Authentication with NTLM Enable FBA(With appropriate setting) Reporting Services with Integrated Mode Reports configured with Trusted Account ...
1
vote
1answer
162 views

Anonymous blog posts and comments?

We have an HR blog on the SharePoint and would like everyone to post and comments, issues or feedback on it. However, we want it to say annonymous for the user that posted rather than the actual ...
0
votes
1answer
21 views

Workflow not working for anonymous users

By default, it seems that SharePoint cannot execute a Workflow if an Anonymous user is creating a item. Can someone help me on this?
0
votes
1answer
58 views

How to allow sharepoint users to comment on blogs as anonymous?

I have blog create for my staff in sharepoint. The staff are all users. But when they comment on some posts, they want to comment as anonymous. Is there a way for it without an external solutions?
0
votes
1answer
59 views

401 after iisreset

We have a sharepoint 2010 public web site , it ask a user/pass for first request after iisreset. It's working good after first request. There is noting in windows event log, only i found in ...
0
votes
1answer
61 views

is anonymous user form javascript

I'm using sp2010 I have computability problem with IE7 ,where a piece of the ribbon left in top of the screen. I want to remove it if the user come to the anonymous website with JavaScript. My ...
0
votes
1answer
311 views

How to enable anonymous access for the custom master page in SP2010

I created one site with forms based authentication and anonymous access. That is working fine. Now i want to replace the master page with the custom master page. I just copied the nightandday.master ...
0
votes
1answer
196 views

People Picker Control with Anonymous Access

SP2010 Visual C# Web Part. How can I allow Anonymous users the ability to use the People Picker control? I have already tried the typical RunWithElevatedPrivileges but continue to get "The control is ...
0
votes
1answer
156 views

Sharepoint2010 Site is not opening in Mobile

I am having site in Sharepoint2010,it is working fine in all browser. but when i open it in Mobile it shows me : 401 Unauthorize access. I have Anonymous Access checked on this site from central ...
0
votes
1answer
124 views

Yet another anonymous access question

It seems like anonymous access to SP lists is an excruciating pain for all besides the security reasons. My boss wants a single form in the list be public and redirect to a thank you page once an ...
1
vote
0answers
41 views

Anonymous user when subscribing to RSS feeds for a List on an Internet facing site throws “An unexpected error has occurred”

I have an Internet facing SharePoint 2010 site collection which has anonymous access enabled, the list is set to view items for anonymous users. The anonymous users can view the list, but when you ...
1
vote
0answers
47 views

Disable Anonymous Authentication results in Access denied/401 on root site

I disabled the anonymous access in IIS 8 / Authentication hosting SharePoint 2013. Now when I browse to http://sharepoint13/ I get a "This page has not been shared with you". When I browse to ...
1
vote
0answers
50 views

How Do I Allow Unique Permissions and Anonymous Access?

I have a situation in Sharepoint where we have departments with different folders, we want everyone to have access to these folders to read but only each department head to have write access to their ...
1
vote
0answers
370 views

SP 2010 Windows Authentication Default Login

I want to be able to use a simple HttpModule to catch visits to a sharepoint site that don't automaticly pass windows authentication and log them in as a default windows account. I want it to be so ...
1
vote
0answers
159 views

Sharepoint 2007 - override anonymous user permissions, version history button issue

I have enabled "restricted access" to a document library so that the "version history" button doesn't appear for non-anonymous users in a specific group, this is working fine. However if I enable ...
0
votes
0answers
42 views

using search to display list content for anonymous user on publishing site with lockdown mode

Can someone tell me how restrictive the lockdown feature is (for anon publishing sites) when it comes to searching list content? Does it only prevent accessing the back-end/form views of the list or ...
0
votes
0answers
169 views

Anonymous users cannot attach files to a List

Anonymous users cannot attach files (zipped < 25mb) to a list. Is there any way we can have anonymous users attach files to the list? On the anonymous page, there is a form in which user has to ...
0
votes
0answers
92 views

How to restrict SharePoint authentication cookies to subdomain?

I have a corporate site which is exposed through SharePoint, actually, from different farms, under the same domain. Of course, they are independent from the internal point of view, but from the user's ...
0
votes
0answers
74 views

Another SP2010 Anonymous Access Issue

here's the Scenario: I have a Site Collection with 10 Webs under it, each with it's own SubWebs. All i want to achieve is to enable Access to the site Anonymously. In order to Access Anonymously, ...
0
votes
0answers
211 views

Allowing Anonymous access on subsite (Blog)

I have enabled anonymous access from central administration. Now my site is accessible from public facing url but my blog still not accessing check: (wwwqa.nextdocs.com/en-us/blogs). I also noticed ...