Tagged Questions
0
votes
2answers
13 views
Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm
I have a simple .NET WPF application. I added service reference. to
//server:port/sites/site_collection_name/_vti_bin/lists.asmx
and call it ListServ. I typed followed code
ListsSoapClient ...
1
vote
0answers
242 views
Connect to SharePoint web service through Claims-Based NTLM authentication
We have a SharePoint server which I can reference through the following:
//DCP connection
private static dcp.Lists lists = new dcp.Lists();
lists.Credentials = ...
1
vote
0answers
160 views
NTLM over HTTP: Any C# client implementation?
I need to programmatically download a file from a SharePoint server.
When I download the file with Firefox it looks like a single request, but Httpfox shows that the HTTPS conversation is actually 4 ...
0
votes
1answer
44 views
Read NTLM-authenticated feed with SimplePie or similar?
Inside our firewall, I am trying to use SimplePie to work with RSS feeds from various platforms used by my company. I am not having any luck reading SharePoint RSS with SimplePie. Our SharePoint is ...
0
votes
0answers
476 views
Authenticating NTLM with Forms Based Authentication in SharePoint 2010
I have a website with Claims Based Authentication enabled, and both Windows Authentication and Forms based authentication are enabled.
I want to use forms (especially in light of Safari iOS having ...
0
votes
0answers
321 views
NTLM authentication + soap client + response not received
I have the following code to call the NTLM authetication for sharepoint data:
class NTLMSoapClient extends SoapClient {
/**
* Whether or not to validate ssl certificates
*
* @var boolean
*/
...
2
votes
0answers
123 views
NTLM support for Savon
I'm using Savon to communicate with SharePoint using web services. Everything is working fine if SharePoint web application supports basic authentication, but if I change it to NTLM it fails. It fails ...
2
votes
1answer
233 views
iOS: NTLM auth before using SharePoint Server
How would I get authenticated on SharePoint via NTLM (Windows Based), before I send SOAP requests to web-services?
Should I get a token via ASIHTTPRequest or CFNetwork?
Example code would be great!
4
votes
3answers
935 views
Android: Downloading an NTLM-authentication-protected file
I want to download a file from a Sharepoint server that protected with NTLM authentication from my Android application. I found some tutorials and couldn't successful.
I tried using The Java CIFS ...
4
votes
1answer
609 views
Office365 Sharepoint Webservices access via Java - Axis2
We are currently building a Java based server that can interact with Sharepoint 2007/2010 and the Office365 version webservices via Axis2. It seems that we can get Basic/NTLM authentication to work ...
0
votes
0answers
171 views
How To call Window Authentication url in Sharepoint 2010?
In now days, I call window authenticatioin url programatically for annonymous Sharepoint site? I have been used redirect URLs like '_windows/default.aspx'. But that is not working for me.
Do you know ...
2
votes
2answers
292 views
Is that Possible for NTLM Authentication in Mobile for Sharepoint Site?
Now a Days I want to use Login Control For Sharepoint Mobile page. But I cant got any referrence site for this. I have been use one link in my custom mobile page and navigation url for this url go to ...
0
votes
0answers
379 views
accessing sharepoint webservices using android
can anyone help me to get ride of this problem. i want to access share point web services from android but whenever i try to add data to server I get http forbidden error.
I have used NTLbut yet I ...
2
votes
2answers
1k views
Access SharePoint intranet Using Google Chrome and FireFox on Mac machine
When i try to open our company's SharePoint Portal using Google Chrome or FireFox from Mac machine, log-in popup keeps prompting infinitely, i tried Domain\Username but still asking for user name and ...
0
votes
1answer
507 views
Is Windows Authentication (NTLM) on Windows Server 2008 R2 secure for Sharepoint 2010?
Is it generally considered secure to use Windows NTLM Authentication for Sharepoint 2010 on a Windows 2008 R2 server?
This Sharepoint install WILL BE exposed to the Internet.
Is NTLM in 2008 R2 ...
1
vote
2answers
1k views
Which Sharepoint authentication method do you use and why?
Kerberos, NTLM, forms, claims based, use of active directory?
Going through the difficult process of analyzing which authentication method to use for a Sharepoint build-out, and I must be honest in ...
0
votes
1answer
754 views
Jespa NTLM authentication fails in one environment
I have some Java code that needs to authenticate against a Sharepoint server running NTLM authentication. I have this code running fine on the command line in my IDE, but when I deploy it within ...
2
votes
2answers
3k views
.NET calling SharePoint Web Service gets an HTTP 401 Unauthorized exception
I am trying to call a SharePoint Lists service to get list definition and data. The SharePoint site is my companies but I have no control over it. Here is all I know about the server's security:
...
6
votes
2answers
7k views
JAX-WS Sharepoint 401 Unauthorized NTLM
I try to access a Sharepoint list via JAX-WS as described here
However, when running the code below I get:
java.lang.Exception: Exception. See ...
1
vote
5answers
7k views
Very Slow Sharepoint (Authentication Problem? - Getting 401 errors on images and styles)
I'm currently using Team Foundation Server and WSS 3.0 as the Team Portal. After the installation and configuring, I noticed the application was very slow sometimes, taking minutes to load a page. ...
1
vote
1answer
390 views
Is HTTLlib2 support NTLM authentication.IF Not what exact explanation for that?
I am accessing SharePoint data using SharePoint web services through Python application.
Does HTTLlib2 support NTLM authentication?
If not, what's the exact explanation for that?
How to solve the ...
3
votes
2answers
3k views
Accessing a sharepoint using perl and webdav
a similar question was asked in question 494120, but IMHO was not really answered...
I want to upload files to a sharepoint using perl/WebDAV (from a Win32 host). To achive this, I need to ...
8
votes
6answers
2k views
How to write code that calls a WCF service and falls back from Kerberos to NTLM if needed?
I need to call a WCF service programmatically. The service may be hosted with either NTLM or Kerberos authentication and needs to work under either. That is, if connecting to the service via Kerberos ...
0
votes
1answer
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...
0
votes
1answer
314 views
Using sahi to test sharepoint application
We're trying to test sharepoint application with NTLM authentication using Sahi web testing tool. We have problem with access to the sharepoint using Sahi proxy server - we can't sign in. So if ...
22
votes
9answers
45k views
Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'
I know there's a lot of questions on SO similar to this, but I couldn't find one for this particular issue.
A couple of points, first:
I have no control over our Sharepoint server. I cannot tweak ...
0
votes
1answer
1k views
Caching of images and script in the _layouts directory
I am trying the figure out why the images (or js, or css) in the _layouts directory are not cached by either IE or FF.
The authentication on the site collection is NTLM. The _layouts folder has ...
1
vote
4answers
1k views
ajax post to SharePoint web services interrupted by ntlm challenges
I've got a web part that uses javascript heavily in the implementation of a UI. It also makes use of asynchronous XmlHttpRequest requests to some of the SharePoint web services (I'm using SPServices, ...
2
votes
2answers
665 views
TWebBrowser and NTLM-authencation
How can I connect with the TWebBrowser-component in Delphi from outside an ADS-Domain to a Sharepoint-Server. I've created an user-account in my domain and will connect with this information to the ...
2
votes
2answers
4k views
Sending HTTP Headers with HTTP Web Request for NTLM Authentication
I want to login to a Sharepoint portal which brings up a login dialog but is using NTLM authentication. How can I modify the HTTP headers in C# to make a successful login request? I assume I would ...
3
votes
2answers
592 views
SharePoint Infrastructure Update Authentication Issues
I've got a SharePoint MOSS 2007 development setup on to which I installed the WSS infrastructure update. Now, whenever I try to access any site collection in my SharePoint farm using IE7 I get a ...
2
votes
1answer
2k views
How to impersonate a user when calling a .NET web service from a SharePoint webpart?
What is the best practice for impersonating the current SharePoint user when accessing a web service that uses NTLM authentication? The webpart has the user name but not password, and apparently, ...
3
votes
1answer
2k views
Sharepoint 2007 NTLM issue with ASP.NET Web App hosted on Sharepoint server
I'm hosting an ASP.NET web application on a Sharepoint 2007 box, which makes a web service call to Sharepoint to retrieve a document location (specifically, the GetListItems method).
The service is ...
6
votes
4answers
5k views
how can i use sharepoint (via soap?) from python?
I want to use Sharepoint with python (C-Python)
Has anyone tried this before ?
0
votes
1answer
6k views
Has anyone been able to get SharePoint using NTLM working with SQUID as a reverse proxy?
We have a SQUID reverse proxy and a MOSS 2007 portal. All sites are using NTLM.
We cannot get it working with SQUID as a reverse proxy.
Any ideas where to start?