Validation the identity of the user, usually with username and password authentication.

learn more… | top users | synonyms

1
vote
2answers
546 views

Kerberos on Chrome, Safari or FireFox

recently enabled Kerberos on my SharePoint 2010 install. If I browse from IE, I see logins authenticate over Kerberos protocol. If I browse from any other browser (Chrome, Firefox, Safari..), NTLM ...
0
votes
1answer
25 views

Need extra layer of authentication on SharePoint list

The following below was requested in an effort to eliminate any security isses. (We are currently using the default NTLM authentication): -Create a hidden URL extention for admin's only (new site ...
0
votes
0answers
24 views

Configured site for Kerberos, but can't log in

I installed SharePoint 2013 on a Windows 7 machine (which is also AD/DS) and did the following steps (as per this tutorial) to make a newly-created site "site1" use Kerberos authentication: Added ...
1
vote
2answers
2k views

How can I pass credentials to SharePoint 2010 people service?

I need to do a simple request against the People service in SharePoint 2010. Please tell me how I can do that. The following piece doesn't work. public void Test() { var client = new ...
1
vote
2answers
774 views

accessing database through sharepoint using a service account (windows account)

I am having an issue with connecting to the database for KHouse through sharepoint. I have run through several workarounds to get it to work, but to no avail. We are using several pages that retrieve ...
0
votes
0answers
21 views

Sharepoint - SAML Authentication

I have a Sharepoint web application running on SAML security (based on user e-mail). I have a problem with one user that is not managing to log-in. Basically the IT admin, have done a mistake and have ...
0
votes
1answer
20 views

MOSS 2007 authenticating users only from a single AD group

I have an AD group called "internal users" which has read-only access to the whole root site for my site collection. Everyone is fine with the access, as long as I don't move them out from this group ...
4
votes
1answer
304 views

Sharepoint 2007 to 2010 conversion and authentication

I'm consulting on a project that needs help passing authenticated user to other .Net applications on the same domain from Sharepoint to standard .Net & classic asp sites. Currently in SP 2007, ...
0
votes
1answer
33 views

SharePoint 2013 Workflow Configuration Error (Authentication)

I am a newbie when it comes to server configuration and maintenance. I installed a copy of SharePoint 2013 for evaluation purposes and got everything up and running okay, but have run into issues ...
0
votes
1answer
16 views

AD authentication not updating

I have a problem with AD authentication. When I add a user to an AD group the user gets instant access. However if I remove a user that user continues to have access till the following morning. I ...
0
votes
1answer
20 views

Have FBA users visible (via people picker) to a non-FBA site

I have a publishing site collection extended into two zones: Zone1: (default zone, win auth only- internal users) Zone2: (internet zone, fba only- external users) I want zone1 users to be able to ...
8
votes
5answers
2k views

SharePoint 2010 custom 401 error page on authenticated site

I'm trying to create a custom 401 error page for my site. The setup is a SharePoint 2010 enterprise site with subwebs. The entire solution requires authentication (no anonymous access). I've tried ...
0
votes
1answer
24 views

Can people picker resolve NTLM users only in an FBA extended

I have implemeted FBA with LDAP and NTLM Authentication, I want people picker only resolve names for NTLM users not for FBA. Please help... Thanks
2
votes
1answer
48 views

WebClient and impersonate as other user

I created a web service hosted in SharePoint 2010 and I want to unit test its behaviour/results. Now when I try to run a test with a different user, I always get the results of the previous user and ...
0
votes
1answer
2k views

BasicHttpBinding WCF services don't get NTLM challenge when hosted on a Claims enabled server

The service is hosted in /_vti_bin, and uses SharePoint's own BasicHttpBinding service host factory (MultipleBaseAddressBasicHttpBindingServiceHostFactory). According to Microsoft's guidance, three ...
2
votes
1answer
2k views

SharePoint 2010 FBA Access Denied for Forms Users

I setup SharePoint 2010 FBA using ASP Net Membership database following the article: Step by Step Guide to Configure SharePoint 2010 Forms Based Authentication with SQL. I configured all web.config ...
0
votes
1answer
680 views

AD FS. SPWeb.EnsureUser exception on AD user

We use ADFS and have a problem. The PeoplePicker find users and show a string such as: "UserDisplayName [Active Directory]". But the page throws the following error: ...
2
votes
2answers
651 views

Impersonation in a net.tcp WCF-service in a claims based/Kerberos solution

I have tried to keep this as short as possible, dont hesitate if you want more details. Im trying to get impersonation (of calling user) to work over a net.tcp WCF-Service in a Sharepoint ...
0
votes
0answers
20 views

Distributed Cache 2013 and Ios

Maybe i have a mis understanding of what Distributed Cache does, i took it as having the ability to hold a users session across multiple web applications...so in essence they log in once and then when ...
2
votes
0answers
41 views

Sharepoint 2013 CMIS producer NTLM authentication

I was able to integrate with Sharepoint 2013 CMIS producer only by using Basic HTTP Authentication! According to Microsoft: ...
3
votes
2answers
324 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 ...
1
vote
0answers
44 views

Disable Anonymous Authentication results in Access denied/401 on root site

I disabled the anonymous access in IIS 8 / Authentication hosting SharePoint 2013. Now when I browse to http://sharepoint13/ I get a "This page has not been shared with you". When I browse to ...
0
votes
0answers
31 views

Cannot call CreateSite with dual-zone authentication enabled

I have a web application set up with two extended zones (Default/Internet and Intranet). The default zone uses claims authentication (for external users) and the intranet zone uses windows auth. When ...
1
vote
0answers
35 views

Combine AD and ADFS Authentication in Sharepoint

we have a sharepoint farm where we would like to use AD authentication in conjunction with ADFS authentication. The ADFS and AD-Authentication work both (on different AAMs). What i want to ...
6
votes
1answer
4k views

How to use Sharepoint web services? (esp. authentication)

I am trying to access list information on MOSS 2007 using web services. SppLists.ListsSoapClient proxy = new SurveyMerge.SppLists.ListsSoapClient(); proxy.ClientCredentials.Windows.AllowNtlm = true; ...
0
votes
0answers
90 views

Has anyone been able to get data from SharePoint Online (office 365) using SSIS?

I have been following the example in this site: http://blog.nhaslam.com/2012/01/26/loading-reference-data-from-a-sharepoint-list-using-ssis/ And everything works just fine if SP is inhouse but ...
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
39 views

Native SSRS reports inside SPO 2013 with claims-based authentication

We have 1000s of SSRS 2005 reports in native SSRS mode and about 300 hosted inside SharePoint 2007 in SP integrated mode. As we consider moving to SPO 2013 (o365) SSRS is not offered with SPO, and ...
1
vote
1answer
45 views

Use CMIS endpoint via tool or script? (no human web login step)

I am trying to access a Rackspace-hosted SharePoint 2013 Demo site via CMIS. Unfortunately, I get this error: I am sure the CMIS URL is correct, because I receive an app:service XML file when I ...
0
votes
0answers
30 views

possible causes of account lockout with iOS application

I have a client iOS application that interacts with a sharepoint site. Once I do the authentication I reuse the cookies. Cookies are session only and have no expiry date set. At one point of time the ...
6
votes
2answers
291 views

SharePoint 2013 Authentication model

I am new to SharePoint and have few questions regarding the authentication. We are using SP 2013 as extranet and we have different sites for different partners. Total number of users will be less ...
0
votes
1answer
27 views

Authentication problem in SP web application 2010

I have created a web application and then site collection by using my custom template site definition. Its created successfully. But when I access my application I get authentication dialog box for ...
1
vote
1answer
244 views

SP2013 won't use Kerberos - but C2WTSTest passes fine?

I'm setting up a new SharePoint 2013 farm using Kerberos authentication. I've read a ton of resources about it and it seems I've got my solution 99% right - Kerberos is working like a charm when I ...
2
votes
2answers
2k views

SharePoint repeatedly prompting iPad users for credentials

We have an internal portal on SharePoint Server 2010. For example portal.abc.com. We are using Windows authentication (NTLM). When users access the portal from a joined computer in an Active ...
1
vote
1answer
70 views

Planning for SPNs - what SPNs would I need?

I'm planning to set-up Kerberos in SharePoint 2013, but I'm unsure about the amount of SPNs I need. The farm I want to install is 3-tier: Server02: AD and KDC Server06: MSSQL Database Server ...
1
vote
1answer
362 views

SharePoint caching and how to ignore it

I am new to SharePoint so I may be asking a very simple question. We have a webservice in java which accepts a username and password and using these crendentials it hits SharePoint (using ntlm ...
1
vote
1answer
101 views

FBA with AD provider and Windows Authentication not the same user?

is there a way that my FBA (ActiveDirectoryMembershipProvider) logged user like jo@xxx.com and the Windows Authentication user jo@xxx.com became the same user (meaning they have the same user id) and ...
2
votes
2answers
140 views

Force users to log in to our sharepoint intranetsite

We have a SharePoint intranet site and would like to force our users to log in. The site is setup with windows authentication, but the users are logged in automatically when they navigate to our site. ...
1
vote
1answer
70 views

Enabling Basic Authentication For A Specific SharePoint Instance

My web host claims that he is unable to meet our company's request of enabling Basic Authentication for our hosted SharePoint site. While I understand that we can use NTLM, we are hoping for a ...
0
votes
0answers
29 views

Can Sharepoint Web services reuse connections?

I am connecting to a Sharepoint server via C# Web Services. Since it takes a certain amount of time to authenticate, and this is done for every single request, i was hoping that there is a way to ...
0
votes
1answer
134 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
142 views

Site Minder People Picker should work like windows authentication results

I have a custom STS(Site Minder) and windows authentication configured for sharepoint web application. In the people picker for Windows authentication, I can search by first name, last name, email id. ...
1
vote
1answer
170 views

Powershell to set a Web Application's Trusted Identity Provider to an STS and NTLM?

I've created a custom STS and have setup trust with SharePoint via New-SPTrustedIdentityTokenIssuer. I can use Central Admin to configure a Web Application to use both NTLM and the STS, however I ...
4
votes
2answers
260 views

Crawler authentication in SharePoint 2013 for STS based external website

I am not able to crawl website that has STS (security token service) based authentication using FAST Search for SharePoint 2013 . I tried Form credentials and Cookie based authentication in Crawl ...
0
votes
0answers
110 views

Restricting Anonymous user to see only public content from SharePoint 2013 index

I have crawled and indexed some public and private(that requires windows authentication) websites using SharePoint 2013 Search. I also added new web app and created new site collection using built-en ...
0
votes
0answers
101 views

authentication prompt opening Word docs in anonymous access

We currently are chasing down an issue with opening word documents in SharePoint 2010. This is an intranet solution that is set to anonymous access. What occurs is when a user selects a document it ...
0
votes
1answer
80 views

Using Single Sign On to log into external website from SharePoint

We have a SharePoint 2010 server and another site (a service desk tool) that has a custom forms based authentication (not related to SharePoint). It would be nice if the SharePoint users wouldn't ...
2
votes
0answers
39 views

Make WebRequest to auth type Windows | Wss 3.0

I have wss 3.0 with auth type Integrated Windows Authentication/Kerberos. I want to make custom login form. I developed below codes. After executed I got error: The remote server returned an error: ...
0
votes
1answer
62 views

How can we configure WSS 3 to disallow user authentication from select OUs?

I'm working with a web admin who has recently improved our WSS 3 deployment such that selected user OUs (e.g. service accounts, domain admins) in our Active Directory forest are explicitly ...
0
votes
0answers
63 views

SSRS SP Integrated Using Trusted Authentication Mode but Data Souce Using Windows Integrated

I configured our Reporting Service Integration in Central Admin to use the Trusted authentication mode. From what I understand, this mode allows a data source to run using stored credentials. I also ...

1 2 3 4 5