How to Enable Anonymous access to a SharePoint 2013 site e.g for specific site,list etc..

Hi All,
      I'm working on an extranet and i would like users to be able to fill a form on the site.
Since i'm going to use sharepoint 2013 how can i configure sharepoint to use both anonymous access and windows authentication at the same time.
I know for sure it can be done but what can be allowed for anonymous access e.g specific list site etc..
I would need to make some area available as anonymous e.g a whole site as  i would like to brand it a little to host the form.Any tips of who has configured similar would be appreciated

Hi Patrick,
Thanks for posting your query, Kindly follow the below mentioned steps to enable Anonymous access to a SharePoint 2013 site.
In Central Administration, under Application Management., click Manage web applications.
Select the web application you want to enable anonymous access for.
In the Security group on the ribbon, click Authentication Providers.
In the Authentication Providers dialog box, under Zone, click Default.
On the Edit Authentication page, select the Enable anonymous access check box.
Click Save.
Close the Authentication Providers dialog box.
Also, browse the below mentioned URLs for more details
http://blog.cloudshare.com/2012/10/15/how-to-enable-anonymous-access-to-a-sharepoint-2013-site/
http://www.sharepoint-journey.com/how-to-enable-anonymous-access-in-sharepoint-2013.html
I hope this is helpful to you, mark it as Helpful.
If this works, Please mark it as Answered.
Regards,
Dharmendra Singh (MCPD-EA | MCTS)
Blog : http://sharepoint-community.net/profile/DharmendraSingh

Similar Messages

  • IIS 6.0 and Tomcat 5.0.30, how to enable anonymous access?

    Dear All,
    Thanks to Adam Krouskop's great guide (2003) i got IIS 6 and Tomcat 5 working together using the isapi connector. But.... IIS won't give anonymous access to my Tomcat web-apps.
    When i go to http://localhost/jsp-examples it pops up a login window, when I enter my administrator username and password it will log me on and everything works fine. But how do i enable anonymous access??
    This might not be best place to post this question but I know there's people out here who know. Thanks in advance.
    Greetings from Holland. T.

    This is probably way too late to help you out but I just ran into the same problem with IIS 6.0. The thing that is missing from the connector instructions is that it does not tell you to add the DLL as a web service extension. Here is how to do that after adding the ISAPI filter:
    1) In the IIS manager, right-click on Web Service Extensions. Choose "Add a new Web service extension...".
    2) Type in a meaninful name for the extension, like "tomcat".
    3) Click the "Add" button.
    4) Type the full pathname for the isapi_redirect.dll file or click "Browse" button to find it.
    5) Check the "Set extension status to Allowed" checkbox.
    6) Click "OK" to add the new extension. Verify by clicking on Web Service Extensions folder and seeing the new one in the right-hand pane.
    7) Now go ahead and restart IIS as in the original instructions.
    Hope this helps someone in the future...

  • Is anonymous access support in sharepoint 2013 bi sites to view dashboards reports without login ??

    HI
    In SharePoint 2013 :
    IS Anonymous access supports for BI sites where dashboards are deployed using Performance point services and SQL SERVER ANALYSIS server?
    adil

    If you're using an Excel Services data connection, Anonymous is not supported:
    https://technet.microsoft.com/en-us/library/ff191193.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Enable Sharepoint 2013 SkyDrive Pro Synch for some site

    Good day,
    How do you enable SkyDrive pro for some libraries, i have only found the switch that enables for all or for none. Can this be configured via Powershell ? and how thanks

    Hi Franciske,
    According to your description, my understanding is that you want to sync multiple SharePoint 2013 libraries with SkyDrive Pro.
    For enabling SkyDrive Pro for some SharePoint libraries, you can click ‘SYNC’ at the top of SharePoint web site, then you can select which library is synchronized to SkyDrive Pro. Or you can use SkyDrive Pro directly by right-clicking it and selecting ‘Sync
    a new library’, then type the URL of the library that you want to sync.
    You only sync one library to SkyDrive Pro at once time. So , for synchronizing multiple libraries, you need to sync multiple times.
    More information, please refer to the links:
    http://www.pallareviews.com/1113/sharepoint-2013-office-15-skydrive-sync-now-capabilities/
    http://support.sherweb.com/Faqs/Show/how-to-sync-your-sharepoint-2010-document-libraries-with-skydrive-pro
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Sharepoint 2013 master page branding for public site

    We have created one SharePoint 2013 public site in office 365.
    We create a custom master page for entire site.when i am login with particular user then its fine.but for anonymous user publishing page design and content not properly view.
    please provide me proper solution for publishing page layout that works with anonymous user.

    You should be able to configure this within the library settings of the master page library as below.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • SSRS 2012 rendering issue/Enabling Anonymous access - Upgraded SSRS from SQL 2005 to SQL 2012.

    Hi,
    I just recently upgraded SQL 2005 SSRS to SQL 2012 SSRS. Everything is working great other than small issue.
    Sounds like some authentication issue. SQL 2005 SSRS - IIS, we enabled anonymous access and we never had this problem. SQL 2012 SSRS /WIN 2008 R2 -  I am not sure how to enable anonymous access.
    If anyone can help me on this? I really appreciate your help.
    Thanks,
    Vel
    Vel Thavasi

    Hi Vel,
    According your description, you want to know how the enable anonymous access to SSRS 2012. Right?
    In SSRS 2008 or later version, we are not using IIS any more. If we want to configure the authentication, we need to configure in RSReportServer.config. This file locate at:
    <drive>:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer
    However, in SSRS 2012, Anonymous authentication is not supported on report server. Please see:
    Authentication with the Report Server
    In this scenario, we need to custom an authentication type to achieve the "Anonymous" goal. Please refer to the link:
    Configure Custom or Forms Authentication on the Report Server
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to grant anonymous access on sharepoint document library/list only not for web application

    Hello
    How to grant anonymous access on sharepoint document library/list only not for web application.I have claim based sharepoint site and has to be but i want to grant access on document library/list only.Is this possible?
    Thanks
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

    As i am using following code
    SPSite site = SPContext.Current.Site;
                SPWeb web = SPContext.Current.Web;
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    using (SPSite ospSite = new SPSite(site.ID))
                        using (SPWeb webs = ospSite.OpenWeb(web.ID))
                            // Enable anonymous access on web application
                            webs.AllowUnsafeUpdates = true;
                            SPUrlZone urlZone = SPUrlZone.Default;
                            SPWebApplication specifiedWebApplication = ospSite.WebApplication;
                            SPIisSettings iisSettings = specifiedWebApplication.IisSettings[urlZone];
                            //iisSettings.AuthenticationMode = AuthenticationMode.Windows;
                            iisSettings.AllowAnonymous = true;                       
                            specifiedWebApplication.Update();
                            // Get document library collection here and fetch all the document urls
                            SPDocumentLibrary docLib = (SPDocumentLibrary)web.Lists["Documents"];
                            if (docLib != null)
                                docLib.BreakRoleInheritance(true, false);
                                docLib.AllowEveryoneViewItems = true;
                                docLib.AnonymousPermMask64 = SPBasePermissions.ViewPages | SPBasePermissions.OpenItems | SPBasePermissions.ViewVersions
                                    | SPBasePermissions.Open | SPBasePermissions.UseClientIntegration | SPBasePermissions.ViewFormPages | SPBasePermissions.ViewListItems;
                                //docLib.AnonymousPermMask64 = SPBasePermissions.EmptyMask;
                                docLib.Update();
    Should working but getting access denied......i am totally stuck at this point.
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

  • Enable anonymous access for Javascript Client Object Model

    In SharePoint 2010 it was possible to use the Javascript Client Object Model with anonymous access enabled by removing "GetItems" from the ClientCallableSettings.AnonymousRestrictedTypes.
    In SharePoint 2013 however, it seems that an extra security barrier has been implemented. Trying to use the Javascript Client Object Model results in the following message: "Access denied. You do not have permission to perform this action or access this
    resource."
    After this I went on to do a little research, and it appears that Javascript Client Object Model actually relies on the REST API (please correct me if I'm mistaken), and the REST API also doesn't seem to work as an anonymous user.
    So I'm in the dark here. I can't imagine that SharePoint 2013 (so heavily relying on the client object model) can't be used with anonymous access. I've also found very little documentation on anonymous access in combination with SharePoint 2013.
    So, how do I enable the Javascript Client Object Model to be used with anonymous access enabled?
    P.S. Needless to say, my web application is enabled for anonymous access and so is my site collection.

    There are really 4 things you need to do to enable anonymous access:
    1. In web application level, enable anonymous.
    2. In site collection level, make sure anonymous access Entire Website.
    3. In Web level, set Full Permission Masks, till here, you're able to anonymously access REST APIs.
    # Enable Anonymous access
    $web = Get-SPWeb $url
    if($web -ne $null)
        Write-Host
        Write-Host -ForegroundColor Yellow "Enabling Anonymous access on:" $web.Url
        Write-Host
        $web.AnonymousState = "On"
        Write-Host -ForegroundColor Yellow "AnonymousState set to:" $web.AnonymousState
        $web.AnonymousPermMask64 = "FullMask"
        Write-Host -ForegroundColor Yellow "AnonymousPermMask64 set to:" $web.AnonymousPermMask64
        $web.Update()
        Write-Host
    Below are the things to enable anonymous client object model APIs:
    4. In web application level, Require Use Remote Interfaces Permission - uncheck it.
    5. In web application level, Anonymous Restricted Types, remove all of them:
    $app.ClientCallableSettings.AnonymousRestrictedTypes.RemoveAll()

  • How to enable anonymous users to upload pictures inside a picture library?

    I have a sharepoint site. i have created a picture library inside this sharepoint site. i am trying to enable anonymous users to upload pictures in this picture library without login into the site.
    Please let me know if that's possible or is there a way that anonymous users can upload files or pictures inside sharepoint site without login into the site.Visit: http://yagyashree.wordpress.com
    MCP & MCTS [WSS 3.0/MOSS]

    Hi,
    You need to at least enable anonymous access for the picture library.
    To enable anonymous access for individual lists
    Go to the home page of your Web site and, in the left navigation pane, click View All Site Content.
    Click the list on which you want to enable anonymous access.
    On the Settings menu, click List Settings.
    On the Customize List page, in the Permissions and Management section, click Permissions for this list.
    On the Permissions page, on the Actions menu, click Edit Permissions. A dialog box is displayed informing you that you are about to create unique permissions for this list. Click OK.
    On the Settings menu, click Anonymous Access.
    Select permissions for users who have anonymous access to the list, and then click OK.
    In the step 7, make sure you have checked Add Items option.
    See Configure anonymous access (Office SharePoint Server) (http://technet.microsoft.com/en-us/library/cc263363.aspx) for more information.
    Hope the information can be helpful.
    -lambert
    Lambert Qin | Microsoft Online Support Engineer
    How to ask a question in the forum (http://support.microsoft.com/kb/555375)
    Posting is provided "AS IS" with no warranties, and confers no rights.

  • How to customize top navigation css in SharePoint 2013?

    Hi All,
    How to customize top navigation css in SharePoint 2013?(Want to add colors for each link in the navigation)
    My current page is like-
    Expected-

    Hi Sam,
    Please check the following article about how to style the top navigation with custom css.
    How to: Brand snippets by using CSS in SharePoint 2013
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to Implement custom share functionality in SharePoint 2013 document Lib programmatically?

    Hi,
    I have created custom action for Share functionality in document library.
    On Share action i'm showing Model pop up with Share form with addition functionality.
    I am developing custom share functionality because there is some addition functionality related to this.
    How to Implement custom share functionality in SharePoint 2013  document Lib pro-grammatically?
    Regards,
    - Siddhehswar

    Hi Siddhehswar:
    I would suggest that you use the
    Ribbon. Because this is a flexible way for SharePoint. In my project experience, I always suggest my customers to use it. In the feature, if my customers have customization about permission then i can accomplish this as soon
    as possible. Simple put, I utilize this perfect mechanism to resolve our complex project requirement. Maybe we customize Upload/ Edit/ Modify/ Barcode/ Send mail etc... For example:
    We customize <Edit> Ribbon. As shown below.
    When user click <Edit Item>, the system will
    render customized pop up window.
    Will

  • How to create a Document Set in SharePoint 2013 using JavaScript Client Side Object Model (JSOM)?

    Hi,
    The requirement is to create ""Document Sets in Bulk" using JSOM. I am using the following posts:-
    http://blogs.msdn.com/b/mittals/archive/2013/04/03/how-to-create-a-document-set-in-sharepoint-2013-using-javascript-client-side-object-model-jsom.aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/1904cddb-850c-4425-8205-998bfaad07d7/create-document-set-using-ecma-script
    But, when I am executing the code, I am getting error "Cannot read property 'DocumentSet' of undefined "..Please find
    below my code. I am using Content editor web part and attached my JS file with that :-
    <div>
    <label>Enter the DocumentSet Name <input type="text" id="txtGetDocumentSetName" name="DocumentSetname"/> </label> </br>
    <input type="button" id="btncreate" name="bcreateDocumentSet" value="Create Document Set" onclick="javascript:CreateDocumentSet()"/>
    </div>
    <script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js"> </script>
    <script type="text/javascript">
       SP.SOD.executeFunc('sp.js','SP.ClientContext','SP.DocumentSet','SP.DocumentManagement.js',CreateDocumentSet);
    // This function is called on click of the “Create Document Set” button. 
    var ctx;
    var parentFolder;
    var newDocSetName;
    var docsetContentType;
    function CreateDocumentSet() {
        alert("In ClientContext");
        var ctx = SP.ClientContext.get_current(); 
        newDocSetName = $('#txtGetDocumentSetName').val(); 
        var docSetContentTypeID = "0x0120D520";
        alert("docSetContentTypeID:=" + docSetContentTypeID);
        var web = ctx.get_web(); 
        var list = web.get_lists().getByTitle('Current Documents'); 
        ctx.load(list);
        alert("List Loaded !!");
        parentFolder = list.get_rootFolder(); 
        ctx.load(parentFolder);
        docsetContentType = web.get_contentTypes().getById(docSetContentTypeID); 
        ctx.load(docsetContentType);
        alert("docsetContentType Loaded !!");
        ctx.executeQueryAsync(onRequestSuccess, onRequestFail);
    function onRequestSuccess() {       
        alert("In Success");
        SP.DocumentSet.DocumentSet.create(ctx, parentFolder, newDocSetName, docsetContentType.get_id());
        alert('Document Set creation successful');
    // This function runs if the executeQueryAsync call fails.
    function onRequestFail(sender, args) {
        alert("Document Set creation failed" + + args.get_message());
    Please help !!
    Vipul Jain

    Hello,
    I have already tried your solution, however in that case I get the error - "UncaughtSys.ArgumentNullException: Sys.ArgumentNullException:
    Value cannot be null.Parameter name: context"...
    Also, I tried removing SP.SOD.executeFunc
    from my code, but no success :(
    Kindly suggest !!!
    Vipul Jain

  • How to hide libraries from breadcrumb in SharePoint 2013?

    Hi,
    How to hide libraries from breadcrumb in SharePoint 2013? just we want to display parent and least node like below,
    Home Site > Test page
    not like,
    Home Site > Pages > Test page
    Please help us to resolve this.
    Thanks., Prakash

    hi
    OTB breadcrumb have many problems, e.g. it doesn't work properly also with friendly urls. The simplest way is to create custom breadcrumb, e.g. as shown here:
    Building breadcrumbs the way you want it in SharePoint 2010.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How to implement remote blob storage in SharePoint 2013

    How to implement remote blob storage in SharePoint 2013 

    Try below:
    http://blogs.technet.com/b/wbaer/archive/2013/05/23/deploying-remote-blob-storage-with-sql-server-2012-alwayson-availability-groups.aspx
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • How to deploy SSRS 2008 reports to Sharepoint 2013.

     Hi,
       Can some one guide me how to deploy SSRS 2008 reports to SharePoint 2013 by giving the exact steps from where to begin. We have all our reports deployed in SharePoint 2010.Need to migrate those reports to Sharepoint 2013 instance. I
    also want to know how and where exactly we modify the connection strings to manage the data sources for the reports . Since I am very new to this field I am not able to properly understand other sites i have gone through . I have gone through the prerequisites
    also.Kindly help me by providing step by step method.
    Thanks,
    Mridhula

    If you don't just want to upgrade your database, simply open the report project (which should be on your local file system) and edit the report properties, changing the Report Server URLs appropriately to the new SharePoint server URLs.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • Problems installing Snow Leopard (10.6) on Mini

    I did a clean install on my Mac Mini (Macmini3.1 - Intel Core Duo, 2 GHz).  It came with Leopard (10.5), which I installed, including all the updates.  However, I got an error message after installing part of the Snow Leopard (10.6) DVD that was burn

  • Using a KVM switch between the Mini and a PC

    I've just bought a Mini to try out the whole Mac experience. I'm having trouble getting a KVM switch to work with the Mac. I have a Tripp Lite B034-002-R KVM switch to share between the Mini and my WinXP PC. The switch changes over to the other compu

  • Trigger and compare waveforms then write to file

    I am trying to make a coincidence between two channels without using a SCA.  I have a Tek DPO 7104 scope where I have two PMT's connected.  PMT1 is on channel 1 and PMT2 is connected to channel 2.  I have my current vi setup to trigger on channel 1. 

  • Automatic Export with SDK 3.0

    Does anyone know how via a SDK 3.0 plugin to automatically export a photo that is in the catalog. For example I have a plugin to automatically import raw images as they are written to disk and I would then like to export them automatically. Any ideas

  • Netezza connection in ODI

    Hi all, I am trying to connect with netezza db which is on ODBC driver connection from ODI 10g, but while connecting i found netezza-JDBC driver and i used that(nzjdbc) driver to connect to the netezza db. But while creating new physical schema, i fo