Tagged Questions
0
votes
0answers
14 views
Sharepoint site continuously prompting for credential
I am trying to access a SharePoint website which is in the production server.I am not able to see the pages, as it prompting continuously for credential. I tried adding URL in the ...
0
votes
1answer
23 views
SharePoint 2010 401 error
We have a SharePoint 2010 server on a domain machine. Now we try to login to that server with domain users using web service calls , However we are getting 401 error while logging in .We have checked ...
0
votes
0answers
22 views
Logging into a Sharepoint site set up for external users with Python
I need to use Python to view some lists in Sharepoint.
I have successfully authenticated via urllib2 and NTLM while connected via a VPN, however when not connected I am unable to. The authentication ...
1
vote
0answers
21 views
Sharepoint 2010 Search bar is requiring authentication, How do I allow anonymous user to access this feature?
Seems like it should be relatively easy, but I'm having difficulties allowing anonymous users to enter a value in the search box without share point prompting that user for authentication. I have ...
0
votes
0answers
33 views
get\write a Cookie Collection
i currently have a Cookie Collection, which gets filled after a user logs in
public static ClientContext GetAuthenticatedContext(string targetSiteUrl, int popUpWidth, int popUpHeight, out ...
0
votes
1answer
197 views
How do I delete my fedauth authentication cookie using c#?
I have a custom login in Sharepoint 2010 using claims-based authentication. User authentication works just fine but my custom sign out method doesn't. I have tried several solutions but my ...
0
votes
1answer
189 views
401 when trying to implement CORS for SharePoint
I would like to access listdata.svc (a sharepoint service) located on domainA.contoso.com from a web application located on domainB.contoso.com - Authentication seems to be an issue.
When attempting ...
0
votes
0answers
159 views
Authenticate Powershell script on SharePoint site using Claims
I have the following problem:
my team uses a SharePoint team site, for delivering our work among other things. We are SharePoint developers and write a lot of powershell, but as far as this site is ...
0
votes
0answers
63 views
Seamless Claims based Authentication between Cloud and On-Premises Microsoft applications?
High level questions:
Will it be possible to have Cloud Applications (like SharePoint Online) under Claims based using applications (like SSRS 2012) where a user seamlessly can jump between web ...
1
vote
0answers
53 views
Sharepoint 2010 Foundation Authentication with Office 365
I have SharePoint 2010 foundation installed on a AWS (Amazaon Web Services) server. I also have office365 (Email Hosted Plan Accounts). Is it possible to link to office 365 for authentication when a ...
0
votes
2answers
72 views
How to determine what account is being impersonated in code
I need to figure out what account is being impersonated when I'm getting an access denied error running code under SharePoint 2010.
I inherited this project with almost no overlap in resources and ...
0
votes
0answers
92 views
SharePoint Authentication Issue
I have .Net Web Application hosted on IIS on MachineA with app pool identity as "NetworkService". It access the sharepoint installed on MachineB with IIS having app pool identity as service account.
I ...
1
vote
0answers
124 views
Authentication or Impersonation in SharePoint
I have a mvc web application hosted on iis and SharePoint installed on another machine. The Web application read the directory on SharePoint. How can I authenticate all the request coming from the ...
0
votes
0answers
527 views
Sharepoint 2013 client object model authentication
I need to perform a Sharepoint 2013 client object model authentication.
http://vrdmn.blogspot.com.au/2013/01/authenticating-net-client-object-model.html
I'm using a shared hosting service ...
0
votes
0answers
121 views
Retrieve picture from SharePoint Online MySite fails (redirection)
I can retrieve the URL of a user-picture from the SiteUserInfoList in SharePoint Online in my webparts. Yet, when I host the webpart on SPO, the pictures will not be displayed although the URL is ...
0
votes
0answers
98 views
Including a 3rd party web application (java) in Sharepoint 2010
i'm trying to add a Java web application into Sharepoint (as a web part). The application is parametrised by url parameters and it should be invisibly blended into Sharepoint for the end-user - using ...
0
votes
0answers
498 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
154 views
single sign-on connection with Office365 using PHP
anyone who ever implemented this?
the setup is quite simple, I guess... but I cannot find related documentation on the topic
setup:
*Store Office365 username and password linked to Drupal user in db
...
0
votes
0answers
156 views
'The HTTP request is unauthorized with client authentication scheme 'Ntlm'. when calling an external list from client
I have created a bdc model using .net custom connector which connects to the External system via a custom built webservice. It works when I open the external lists locally from the SharePoint server ...
0
votes
0answers
105 views
SharePoint BI Row-Level Security
I am currently architecting a solution that involves utlising the SharePoint 2013 BI stack (PerformancePoint services etc) on top of SSAS cubes to provide Business Intelligence.
I have two classes ...
1
vote
2answers
448 views
Sharepoint authentication with local host works, but machine name does not work
I have a remote connection with server machine. I log in server machine as administrator, open Internet Explorer. If I type both localhost and machine name site works . When I log in as another user ...
1
vote
0answers
177 views
Integrate ASP .NET Application in Sharepoint Page Viewer with Basic Authentication
I would like to integrate my own ASP .NET Application into a Sharepoint site in a Page Viewer Web Part (via URL).
My Sharepoint is accessible via: http://subdomain.domain.com
My ASP .NET ...
0
votes
0answers
142 views
How to configure AD to enable SharePoint users to authenticate with [email protected] rather than domain\username?
How can I configure Active Directory to enable SharePoint users to authenticate with [email protected] rather than domain\username?
I have done this before and by adding an item to the select box ...
10
votes
2answers
1k views
Authorization to Office 365/Sharepoint online
I writing a WCF service that is hosted in Azure as a (PaaS). The service in turn needs to talk to Sharepoint 2013 Online/Office 365.
I was looking at using the Sharepoint Client object model to talk ...
4
votes
1answer
377 views
Remote Authentication to SharePoint Online with Custom Domain
We have used Remote Authentication to SharePoint Online to access a target O365 sharepoint site and retrieve the FedAuth and rtFA cookies. This works fine for a target url having a xxx.sharepoint.com ...
1
vote
1answer
119 views
How to implements sharepoint's form based authentication on iPhone
We want to use webservice provide by sharepoint. Before we use the webservice , I neet to access the form authentication. Now I'm using a UIWebView to show the web site. It works, but I know it's not ...
0
votes
0answers
139 views
user authentication in sharepoint2010 using windows active directory users
i'm not a sharepoint2010 expert just a beginner.i am working on a sharepoint2010 publishing site where i have a home page with 3 links, like website_portal,hr_portal and Legal_portal i want when any ...
0
votes
3answers
1k views
Adding users programmaticaly on a SharePoint 2010 claims based site (extranet zone)
I have a SharePoint 2010 site which has Zone Level security. The site has Windows Authentication in Default Zone while it has Claimed Based Authentication in Extranet Zone. A membership provider is ...
0
votes
1answer
416 views
How to get available ADFS server(s) and realm(s) from SharePoint server?
From a browser, if I have a single ADFS (STS), when I attempt to access a SharePoint site, I can get the ADFS URL and realm from the redirect in HTTP reponse for authentication. If I have more than 1 ...
2
votes
2answers
188 views
GoogleEarth API / Web Part - Getting username|password dialog while using fectchKML to get KML from a Document Library
Issue :
1/10 of the users on my domain are getting an "authentication request" pop up from a Google Earth Web Part that I have built. I have tracked it down to the fetchKML() call. It also prompts ...
0
votes
1answer
300 views
Access denied error while uploading a file to sharepoint
I want to upload a file to sharepoint document library using C# program.
I have used the webservice Copy's API CopyIntoItems to do the file upload.
The credentials provided for doing this is the ...
4
votes
0answers
277 views
How to authenticate with SharePoint Online for a PHP app?
We have our PHP application that requires authentication, and for our clients that run SharePoint we'd like to offer some kind of SSO service, so that the users can use their SharePoint credentials ...
1
vote
2answers
536 views
Authenticating (claims) to Sharepoint/Office356 through PHP and SOAP
I am trying to make SOAP requests to Sharepoint lists (via 'http://url.co.uk/_vti_bin/Lists.asmx?WSDL) using PHP5's standard SOAP lib that require authentication. I had it working fine using NTLM ...
1
vote
3answers
835 views
How to authenticate programmatically to UAG for SharePoint with Windows Phone app using session cookie
In a Windows Phone application, I'm trying to read SharePoint data that is protected by UAG, and want to support passing a session cookie to UAG.
The white paper, Building Windows Phone 7 ...
0
votes
1answer
168 views
Weird login issue with Sharepoint 2010 site
I am facing a weird authentication issue for an intranet sharepoint 2010 site.
When a user from site owner group tries to access the site by this URL,
http://machine name:1111/ a windows credential ...
1
vote
1answer
262 views
How can a WCF talk to Web Application and Sharepoint Web Services at the same time?
Web Application - > WCF Service - > Sharepoint User Profile Web Service
I have a web application, a WCF service and Sharepoint 2010 Web Service.
Sharepoint 2010 uses security mode = ...
0
votes
1answer
514 views
Web Application, WCF Service and Sharepoint Web Service
Okay so scenario goes like this :
I have multiple web applications, which consume a wcf service. and now i am making a change to wcf service to consume Sharepoint 2010 Web Service i.e. ...
0
votes
1answer
1k views
WebClient Credentials SharePoint Intranet
I am working on a problem right now and it involves downloading multiple PDF files to our DMZ from our LAN SharePoint server.
What we are trying to accomplish is a "NewsFeed" type application. What ...
4
votes
3answers
1k 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 ...
1
vote
1answer
65 views
Entity per property authorization
I have a ListItem (Sharepoint), but lets think of it as a simple class/entity. Now this entity has a property name Status and other properties.
I need to implement per property/role/status ...
6
votes
2answers
2k views
Claim auth from ADFS
I try to connect to a SharePoint Online instance via a WPF-Application. I have found this article[1] that discribes a possible solution but the problem is that the specific instance has a Active ...
2
votes
0answers
1k views
Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials. Sharepoint
When trying to connect to our sharepoint back-end via SOAP webservices I already receive the following:
2012/06/18 15:42:23:966 PDT [INFO] AuthChallengeProcessor - NTLM authentication scheme selected
...
0
votes
2answers
334 views
SharePoint 2007 Warmup Script (Alternative to Http Request)
At the moment I am trying to HTTP response request in my Sharepoint WarmUp script, however for this, I will have to use this code
using (System.IO.StreamReader file = new ...
2
votes
2answers
2k views
Accessing Files On Server By Specifying Credentials
Our company has a share point document server where the UNC looks something like this: \\theserver.ourdomain.com\rootdirectory
Currently this drive is mapped to the Z:\ on my local computer. To ...
0
votes
1answer
528 views
How to change Authentication in sharepoint server 2010?
how to change Authentication in sharepoint server 2010? By default it takes windows authentication.
After creating website it is possible to change authentication name in website if it possible how ...
0
votes
0answers
138 views
Sharepoint OWA using Windows Based Authentication?
I have a share point site with an OWA web part in it. Is it possible to skip the FBA that the OWA uses, and instead have it recognize who I am since I am already signed into the share point site?
1
vote
0answers
131 views
Is Form Based Authentication possible in trial version of SharePoint online
I think, Microsoft uses claim based authentication for trial version of SharePoint online by default but it might be possible to use Form Based Authentication in Dedicated O365.
I need to test or ...
0
votes
1answer
518 views
Sharepoint ODATA API & how to authenticate using service account
I am calling the SharePoint 2010 REST/ODATA api and by default the data context uses DefaultCredentials, which is really the logged-in user of my Asp.Net application. If I don't attach ...
1
vote
0answers
119 views
SharePoint Security: Claim Security Lifetime not working for IP-STS
The lifetime on my webapplication is not working in SharePoint 2010 with a custom Claim Authentication Provider.
When I login after 15 min (the time between the "NotBefore" and the "NotOnIrAfter") my ...
2
votes
2answers
328 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 ...