View Complete Post
Hello,
I am using next code to get SharePoint document content:
using (System.Net.WebClient objWebClient = new System.Net.WebClient()) { objWebClient.Credentials = new System.Net.NetworkCredential("username", "password", "domain"); using (System.IO.BinaryReader file = new System.IO.BinaryReader(objWebClient.OpenRead("http://machine_name:10000/Shared%20Documents/some_file.txt"))) { //Read file stream &nb
Hi till yesterday I was able to login to claim based web apps in my sharepoint 2010 server. but today they are giving below mentioned error! even though classic mode auth web apps are running fine.
Nor it allow to activate /deactivate any fature to a site collection under claims based web app with same error in event log:
Please help.
error message in event viewer:
Log Name: Application Source: Microsoft-SharePoint Products-SharePoint Foundation Date: 10/8/2010 1:30:59 PM Event ID: 8311 Task Category: Topology Level: Error Keywords: User: SHAREPOINT2010\administrator Computer: sharepoint2k8.sharepoint2010.com Description: An operation failed because the following certificate has validation errors:\n\nSubject Name: CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US\nIssuer Name: CN=SharePoint Root Authority, OU=SharePoint, O=Microsoft, C=US\nThumbprint: 85F230FF68A8107A14667844D6741A6C2199C60E\n\nErrors:\n\n UntrustedRoot: A certificate chain processed
Does anybody know of a guide or reference for setting up hosting in a multi tenant where authentication happens in claims based mode?
We have a setup where our clients are hosted on a single web application under different site collections. And we use forms authentication where user of a particular site collection gets authentication using the respective database. We now want to use claims based authentication and out-of-the-box multi-tenancy of SP 2010. We can setup site collections and site groups, but how do we implement claims based authentication in an env like this?
Hello guys,
I have a SharePoint farm with 2 WFE servers(SH01 and SH02) and 1 Application server(SH03) where there's the Central Admin. When I create a WebApplication with Windows Authentication I can access it normally in both address http://SH01:10000 and http://SH02:10000. When I create a WebApplication with Claims Based Authentication enabling FBA when I try to access it with the address above occurs an error:
The WebApplication at http://SH01:10000/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
I have noticed that the difference between authentication is that FBA redirect to "_login/" when I can choose what type of authentication I want to login(In this case Windows or Forms).
Are there some extra configuration that I have to do to solve this problem?
Thanks
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend