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

learn more… | top users | synonyms

1
vote
1answer
14 views

Embedding an existing web service inside a SharePoint iframe and passing in the Authenticated user

Apologies if this doesn't really fit here, but I think I'm in that situation where I'm pretty sure the info is out there, but I just don't know what to search for to find it. What I'm looking to do ...
2
votes
0answers
14 views

SharePoint Online Authentication (Wave 15, non-.NET Code)

For those who are unaware, it was possible to authenticate to SharePoint Online by sending an OASIS SAML token with credentials to login.microsoftonline.com/extSTS.srf and you'd get back a security ...
0
votes
1answer
27 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
26 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 ...
0
votes
0answers
24 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 ...
0
votes
1answer
42 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
17 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
22 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 ...
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
51 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
0answers
23 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
47 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: ...
1
vote
0answers
45 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 ...
1
vote
0answers
40 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 ...
0
votes
0answers
33 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 ...
0
votes
0answers
95 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
40 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
50 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
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 ...
0
votes
0answers
31 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 ...
1
vote
1answer
273 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 ...
1
vote
1answer
78 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
103 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
146 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
72 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
137 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
146 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. ...
0
votes
0answers
112 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 ...
1
vote
1answer
185 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 ...
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 ...
4
votes
2answers
266 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 ...
2
votes
0answers
40 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
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 ...
0
votes
0answers
65 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 ...
0
votes
1answer
293 views

Sharepoint 2010 MySite Profile Pictures displaying on another Web App / Site Collection Requiring Authentication multiple times

We have Sharepoint 2010 installed with MySites setup, allowing our users to upload their own profile picture. This seems to work great, however when we start using things like Discussion lists on ...
0
votes
0answers
11 views

Sharepoint 2010 MySite Profile Pictures displaying on another Web App / Site Collection Requiring Authentication multiple times [duplicate]

Possible Duplicate: Sharepoint 2010 MySite Profile Pictures displaying on another Web App / Site Collection Requiring Authentication multiple times We have Sharepoint 2010 installed with ...
0
votes
1answer
96 views

Configuring FBA in SharePoint 2010

I have a web application in which Windows Authentication is configured. I want to configure FBA for the same web application. I know I can extend the web application to a different zone and configure ...
1
vote
1answer
236 views

70 - 667 Exam question confusion

I am bit confused with this question for 70 - 667 exam question, seems like there are more then 1 right answer to the question. You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. ...
0
votes
1answer
94 views

Consuming On-Prem SQL Data from SharePoint 2013 Online (Office 365)

At a high level, What's the recommended Development model if we want to consume local (On-Prem) SQL data from Office 365 SharePoint 2013 Cloud application? Say we have a custom SharePoint List Form ...
0
votes
1answer
231 views

Users added programmatically can not authenticate

I'm adding users programmatically to a SharePoint site. I'm doing this by adding the users domain login into the "[SiteName] Members" group. Unfortunately, users added this way are not able to ...
1
vote
0answers
64 views

Login anonymous user with username and password by code on a SharePoint main page

I have a custom usercontrol to logon users. My Authentication setting: Authentication Type: Windows Enabled anonymous access IIS Authentication Setting: Basic authentication Now is the question ...
0
votes
2answers
18 views

Sign-in link does not appear

This is rather strange. The Sign-In link (upper right corner) has disappeared from an entire SharePoint web application. Anyone run into this situation before?
1
vote
0answers
73 views

Infopath Form with Password validation

we have a request from a client to add some type of password validation to one of their info path forms. This means that before the user could submit the form they would somehow be prompted for their ...
6
votes
2answers
297 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 ...
1
vote
0answers
50 views

SAML authentication not working properly for the roles

I am facing an issue regarding the authentication in SP 2010. The scenario is below: WindowsTokenLifetime, FormsTokenLifetime and ServiceTokenLifetime are set to 365 days. Login with the user on ...
1
vote
2answers
562 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 ...

1 2 3 4 5