The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
30 views

Accessing data acroos 2 farms

So, heres my issue. There are 2 farms. The data I need is from the other farms mysite. Im using this code and the web service userProfileService to try and get the data. At the quickLinkData part,Line ...
3
votes
1answer
45 views

HttpWebRequest in TimerJob

I have an aspx-page in the Layouts-folder. A timejob makes a httpwebrequest on this page and the response-html is saved as a pdf. The httpwebrequest works fine, when its not called in a timerjob (ex. ...
0
votes
0answers
42 views

How to select credentials information in Result Source

Could you help me in the following situation? There is wiki page with SharePoint’s web parts SearchBoxScriptWebPart and ResultScriptWebPart. ResultScriptWebPart has link to Result Source ...
1
vote
1answer
29 views

Webservice consuming SP WebService - Authentication

Our SharePoint site is not accessible from outside. So I am working on a WebService (not hosted in SP) that will consume SP WebService (ListData Wcf). It's a kind of wrapper. Anonymous access are not ...
0
votes
1answer
135 views

Pass credentials along to new WebRequest

I am making a page in SharePoint that is used to proxy other content in SharePoint. The user is authenticated at the time they hit this proxy page, but I am getting an Unauthorized Access error. The ...
0
votes
2answers
166 views

Password required? The remote server returned an error: (401) Unauthorized

I'm trying reference a sharepoint list item in my aspx page using the Sharepoint Client Object Model. I have been granted 'Full Control' privileges on this list. The problem is that I can only ...
0
votes
1answer
98 views

SecureStoreService dll for SharePoint 2013

Where I can get Microsoft.Office.SecureStoreService.dll for SharePoint 2013 Server? For SharePoint 2010 version it was located at ...
1
vote
2answers
229 views

How to prevent credential pop up?

It's only happening for one user where he keeps getting authentication pop up. After 4/5 attempts he can go to the document library page. Then when he clicks on a word file (where version and checkout ...
1
vote
0answers
44 views

Modify User Active Directory Domain during Login

We currently have two domains which I'll call DomainOld and DomainNew. We have users whose machines are set to use DomainOld and won't be pushed to DomainNew for at least a year. Each user has an ...
0
votes
1answer
406 views

Powershell and CredSSP in Production Environments

I try deploy Sharepoint WSP projects using PowerShell Remoting. See PowerShell Remoting Sharepoint 2010 Error Solution is configure CredSSP for Sharepoint. But Microsoft says: Caution: Credential ...
0
votes
1answer
388 views

Taxonomy.asmx returns sometimes 'No credentials are available in the security package'

I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
0
votes
2answers
533 views

Problem with authentication on subsites (internal/external approach)

This our current situation 1 main-site foo.org and 2 subsites foo.org/FR and foo.org/EN (French and English) When you'll browse to foo.org, you're redirected directly to foo.org/FR/default.aspx And ...
-1
votes
2answers
2k views

How does the SharePoint Search crawler access the content db?

The windows account the Sharepoint search service runs under neither needs to be administrator nor farm account. How does the search crawler access the content dbs? Which identity does it use to log ...
2
votes
3answers
2k views

Passing current user security token to ExchangeService

I am wondering if it is possible to pass credentials of current user to ExchangeService object. Currently I am providing specific UserName/Password to WebCredentials in order to authenticate the ...
1
vote
1answer
80 views

vmdk's vm-workstation and change domain

I created 4 vmdks (CA server, sql server, app server and index) from the dev instance. Now I need to change their domain from old domain (crest to seacrest) Do I need to add these vmdks to vm ...
1
vote
1answer
1k views

ADFS redirects to login screen when calling site via http web request

I have configured Sharepoint with ADFS (claims-based auth). There is another web site (probably on a different machine) that shall be shown in a web part - just like page viewer it is hosted in an ...
3
votes
2answers
878 views

Logging into SharePoint through C# programatically

I am trying to login programatically to a SharePoint app and get the HTML code of specific page within that website. Is there a way how I can do that programatically? I am having problems with the ...
1
vote
1answer
360 views

Sharepoint unable to query security group members from AD?

I have a sharepoint environment with multiple domains, access to the site is given on each domain by an AD security group on the remote domain. The newest domain has a security group that has been ...
1
vote
2answers
383 views

How to do a web request to another SharePoint website using the current user's credentials (claims)

I've got a custom server control which does a web request to a HttpHandler (different site collection) on the same web application. Everything works fine, except that the user account which does the ...
3
votes
3answers
631 views

Securing usernames and passwords for external SQL DB

We want to ensure that we are following best practice around connecting to a custom database. I'm not a developer as such so thought I would ask SharePoint Overflow :-). We have several SharePoint ...