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

learn more… | top users | synonyms

4
votes
1answer
306 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, ...
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 ...
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 ...
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 ...
1
vote
1answer
90 views

WSS 3 and external web site authorization : How to know if user is logged in

I am not common with ISS and SharePoint technologies ... I'll try to explain what I need to do. There is a web site (call it Site A) running under ISS 6.0 and SharePoint in a Window Server 2003 with ...
1
vote
1answer
51 views

Authentication in a webpart return a Null Exception

I'm trying to make a authentication WebPart. For this, i used tghios tutorial: ...
1
vote
1answer
168 views

Authentication - multiple web domains

We use claims based authentication and have one application running, say www.abc.com This application authenticates against AD via claimns provider. We would like to deploy another web site: ...
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
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
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 ...
0
votes
1answer
74 views

Login defaults to the wrong domain in certain situations

User authentication fails in certain situations because the domain is incorrect. If my domain is DOMAINA the user would have to enter DOMAINA\username to authenticate correctly. When we designed our ...
0
votes
1answer
68 views

External login issues due to WWW-Authentication

How do i change settings so that external users, with their own Sharepoint sites are prompted to enter credentials for our site. Currently the users are presented with an error messgae stating "your ...
0
votes
1answer
123 views

SharePoint 2010 Mixed Mode Custom SignIn ArgumentException

I'm using an ASP.Net LoginView to sign users into my web site. The authentication process runs through successfully, but when the user is redirected back to the designation url provider, I get the ...
0
votes
1answer
690 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: ...
0
votes
1answer
133 views

Is it possible to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library when user is not authenticated?

I am working on custom authentication for SharePoint 2010. And I found very useful to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library. It works fine when I get instance of ...
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 ...
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: ...
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: ...
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 ...
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 ...
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 ...
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
0answers
75 views

Repeated login prompts and being logged in as another user?

When visiting the root site, users are repeatedly prompted to login. After many prompts, a partial page will begin to display. If more than 1 user is attempting to login in the above fashion, another ...
1
vote
0answers
63 views

How can I authenticate to BPOS SharePoint using JavaScript

Does anyone know where I can find resources explaining how I can authenticate towards BPOS SharePoint using javascript? I have managed to authenticate with Office365 building on the scripts of lstak, ...
1
vote
0answers
51 views

Authentication pop-ups not working

the authentication pop ups for opening documents in sharepoint site is not functioning the way it is expected to behave, rather it opens automatically without authentication.. For security reasons i ...
1
vote
0answers
246 views

How to clea Authentication Cache from browser to custom signout sharepoint page completly

This code I have using to clear the cache so that it has automatically sign-out from SharePoint site and it has to prompt the authentication dialog to login again. function _spBodyOnLoad() { ...
1
vote
0answers
84 views

Web service authentication in SharePoint 2003 secured with OpenSSO

The past recently caught up me in the form of an old client still running SharePoint 2003. They have for political reasons chosen to secure all their systems with Oracle OpenSSO and that includes ...
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
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 ...
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 ...
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 ...
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 ...
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
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 ...
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
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
0answers
78 views

User not logged in even after Fed Auth shows it's expiration in year 2015

I have an issue regarding the cookies. I have set all 3 FormsTokenLifetime, WindowsTokenLifetime and ServiceTokenLifetime to 365 days and the cookie is persistent. When any user login to the site ...
0
votes
0answers
49 views

How to check if AD or Forms is down?

If you want to return all users in an AD Group you can use this method : SPPrincipalInfo[] principals = SPUtility.GetPrincipalsInGroup(SPContext.Current.Web, "TestGroup", 1000, out maxReached); ...
0
votes
0answers
34 views

Working with external authentication providers

My application currently uses ADFS authentication.The application is used by external partners(WXY,XYZ,ABC,LMN).Now i am planning to make the application SS0.For this i am going to use STS.Also SAML ...
0
votes
0answers
64 views

Log out from SharePoint Server with rtFa cookies

I've found out from this article that rtFa cookies intended to make user log out. How to use rtFa cookies to log out: attach rtFa to HTTP-request and send it to a web service? Where should I send the ...
0
votes
0answers
92 views

How to restrict SharePoint authentication cookies to subdomain?

I have a corporate site which is exposed through SharePoint, actually, from different farms, under the same domain. Of course, they are independent from the internal point of view, but from the user's ...
0
votes
0answers
93 views

How to get available ADFS server(s) and realm(s) from SharePoint server?

From a browser, if I have a single ADFS (STS), I can get the ADFS URL and realm from the redirect in HTTP reponse. If I have more than 1 STS configured on a SharePoint site, I will be prompted (Home ...
0
votes
0answers
178 views

Authenticating to sharepoint with kerberos from a java HttpClient

I have a linux\java6 client that will authenticate to sharepoint2010 with NTLM and then send HTTP REST web services using Apache Commons HttpClient. I can do this with NTLM , but I want to use the ...
0
votes
0answers
346 views

ldap and user profile attributes

I have an extended webapp that uses the LDAP provider so users can log in without the fun windows integrated popup. I configured the User Profile Sync Application to use my Forms/LDAP Provider and ...
0
votes
0answers
615 views

People Picker for AD LDS FBA

I have set up a test system to evaluate the use of AD LDS in an extranet scenario. I have a Windows 2008 R2 server with Sharepoint 2010 SP1 installed. This machine is joined to an AD domain, and has ...

1 2