1
vote
0answers
44 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 ...
0
votes
2answers
154 views

How to programmatically determine if anonymous access is enabled for a SharePoint 2010 Web Application using C#?

In Central Administration\Manage Web Applications, there is the ability to enable anonymous access on a web application through the authentication providers. Is there a way to programmatically ...
0
votes
0answers
91 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 ...
3
votes
2answers
1k views

Zones, AAM, Host Headers,

I am getting really confused as when to use AAM and when to use header. I wish there was table to list scenarios and based on that you would pick AAM or host headers. Same thing I am trying to ...
1
vote
1answer
386 views

Log in all anonymous users as one authenticated user?

I would like to catch anonymous users on our SharePoint 2010 site and automatically log them in as a single specific user. Any ideas? I can currently intercept the Application_AuthenticateRequest ...