In general, the term refers to the notion of a user being presented with an editable "form" to fill in and submit in order to log in to some system or service.

learn more… | top users | synonyms (1)

1
vote
2answers
18 views

How to set default login with windows prompt for all intranet users?

I've created claim based one site in sharepoint. I've configured NTLM and FBA both for that site. (for e.g. 5000 Port) I've also extended site for FBA (internet) Users only (SQL Membership) with ...
3
votes
3answers
1k views

Sharepoint 2010 windows authentication via login form (2 textboxes for username and password)

are there anyways to use a login form with a textbox for username and another one for password to authenticate a user with windows authentication ? like the image below, i want to use a login form ...
1
vote
2answers
572 views

Active Directory users not getting resolved in a FBA enabled site

I have configured forms authentication on a web application. FBA users can be used to access the website but NTLM users not getting resolved. Because of this I cannot use AD users in SharePoint. I ...
0
votes
2answers
37 views

Forms Authentication - Users not read in central admin and access denied

I am looking for assistance in configuring FBA for Sharepoint. I have configured the db using aspnet_regsql as well as defined the configuration at 3 web.config files (STS, web app and central admin). ...
0
votes
2answers
39 views

Underlying provider failed on Open - SharePoint 2013 Solution

I have a solution, written by another developer, that I upgraded from SharePoint 2010 to 2013. One feature uses a connection string from Web.Config for the web application to talk to the Membership ...
1
vote
0answers
29 views

Sharepoint 2013 AD FBA 2010 Compatability

I have a Sharepoint 2013 server set up to use FBA through active directory. I've set up the claims providers following microsofts guidelines: ...
0
votes
1answer
26 views

FBA with LDAP shows account name not the User Given Name

I have implemented FBA with LDAP. The people editor is resolving FBA users, but it shows the Account Name, not the Name. e.g. , but I want name for that employee. Here is the Membership provide which ...
1
vote
0answers
42 views

Sharepoint foundation 2013, claims/FBA based authentiction and SSO

My Scenerio is this: I have a big client that supplies services to a few partners of his. he would like to create a sharepoint farm (hosted on a VM) for each of his clients, installed with ...
2
votes
2answers
502 views

One FBA Web Application with Multiple Membership Providers in sharepoint 2010?

I am trying to implement both LDAP as well as Sql provider authentication by creating multiple zones i.e by extending the web application that already uses LDAP provider. I have implemented following ...
1
vote
0answers
20 views

How to retrieve the user account associated to a client certificate on SharePoint 2013

I’m searching for a while but I don’t find any answer to my problem. So now, i'm confused ... I hope to find an answer thanks to you. On SharePoint 2013, I configured FBA with a custom login page. ...
2
votes
1answer
38 views

Unauthorized access to User Profile Service web service

I have two zones for my SP2010 site collection: default (uses Win Auth- claims) and internet (uses FBA to an AD user store). I have a WP which would call the User Profile Web Service and get some ...
0
votes
1answer
466 views

Search issue with People Picker when limited to select from one group only

Some of you might have noticed that when you limit a people picker to select users only from one group, the search in the browse-user-dialog (or whatever it's called) won't work anymore. This is ...
1
vote
1answer
41 views

sharepoint 2013 form based authentication

My project is in SharePoint 2013 I have a site collection which has two sub sites other than the root site , suppose the name of the sub sites are x and y , I have to implement fba in this project ...
0
votes
2answers
528 views

issue with forms authentication - Unable to redirect from login page to home page after authentication

In Sharepoint 2010, We created a web application with classic authentication and started developing it. Later, we want to implement forms authentication to our project, so I created a new sharepoint ...
0
votes
1answer
23 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
0answers
249 views

SharePoint 2010 configured for Windows and Forms Based Authentication issue with SQL Report Builder

I have a report library in a SharePoint 2010 (SP1) site configured for both Windows and Forms Based Authentication. SQL Report Services 2008 R2 is configured on the same machine using SharePoint ...
1
vote
1answer
40 views

How to set and retrieve custom profile properties in sharpeoint 2010 FBA

I have one sharepoint site in which FBA was enabled. I am trying to show all the registerd users in a grid. Along with the username and password i want to show some custom properties like company and ...
0
votes
2answers
589 views

Central Administration shows error 26 - A network-related or instance-specific error occurred while establishing a connection to SQL Server

i Follow this Article to Config FBA , BUT after Step 3 , My Central Administration shows an Error : A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
1answer
315 views

Forms Auth, Sharepoint Group, Form Group, Workflow Email notification

We have a publishing site using MOSS2007 that is using a Forms authentication and our own Membership and Role Provider We want to have a workflow that sends emails to the Approvers sharepoint group ...
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
20 views

User account isolation on multi tenant SharePoint publication

Does a multi tenant SharePoint web application stores user accounts on "child" websites or in the root web? I need to provide forms authentication at this multi tenant web application but the users ...
2
votes
1answer
55 views

Configuring SP2013 Foundation with Forms-Based Authentication (OpenLDAP)

I am having difficulty setting up Sharepoint Foundation 2013 to use forms-based authentication with an external LDAP provider. I have followed the instructions here: ...
0
votes
0answers
98 views

SharePoint 2013 Forms based authentication with a user list on each site collection

We need to provide forms authentication on a SharePoint Internet website where the users will be added to the site collection they have access permission. It's kind of a multi-tenant website. Imagine ...
1
vote
1answer
702 views

Powershell script to get all Sharepoint user id and user login

I am importing data into a SharePoint list. One of the columns is the user's login/name which links to their profile via their SharePoint user id. FARMURL/userdisp.aspx?ID=56 In order to import ...
2
votes
1answer
84 views

How to enable forms authentication programmatically?

So, my attempts are: 1)Site.WebApplication.IisSettings[currentZone].AuthenticationMode = System.Web.Configuration.AuthenticationMode.Forms; ...
3
votes
1answer
151 views

Sign off of Windows with out of box LDAP provider on 2013 causes encodedValue error

I've hit upon yet another encodedValue error scenario: Exception of type 'System.ArgumentException' was thrown. Parameter name: encodedValue at ...
0
votes
0answers
27 views

Why to implement FBA with LDAP

I have to create custom login page for windows authentication so why do I need to implement LDAP in FBA.Can't I use default NTLM in claim base and set my custom login page for authentication?
2
votes
1answer
97 views

Give anonymous users access to only one page on SharePoint Site

I only want anonymous users to access one page on my entire site collection, that is the Login page. All other pages should not be accessible. I tried going to manage permissions for the page, 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 ...
1
vote
3answers
2k views

SharePoint 2010 Access Denied - Temporarily fixed by Check Permissions

I am using Forms Based Authentication and security seems to be setup properly. The problem I am getting is that every so often, my users report access denied issues on one of my site collections. ...
0
votes
0answers
88 views

Sharepoint custom login page redirects to same page

I have create custom login page in sharepoint with FBA. I am inheriting my page with system.web.ui.page but after sucessful user validation its redirects me to same page. for redirection I am using " ...
6
votes
2answers
300 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
1answer
250 views

FBA accounts not found

I have a strange issue where when I call EnsureUser I get an error that the SharePoint user is not unique or cannot be found. I have set up claims auth in 2010 using SQL membership provider. Got all ...
0
votes
1answer
69 views

Users get access denied at root (/) and are not sent to home page

I have SPF2010. I have a default.aspx page that is configured as the home page. Users access the site under forms authentication. When they come in to the site, they get an access denied message (site ...
0
votes
0answers
57 views

Why is forms-based authentication and groups

I have setup a SharePoint 2010 server with a web application using FBA and Ldap. I followed the steps outlined here: http://technet.microsoft.com/en-us/library/ee806890(v=office.14).aspx When I add ...
1
vote
1answer
104 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 ...
0
votes
2answers
59 views

Authentication with username only

I currently have an MVC website that uses forms authentication using the default SqlMembershipProvider. In this website I can automatically log a user in by simply having a GUID that corresponds to ...
0
votes
2answers
224 views

MembershipRequestWebPart Registration Error

I've been setting up a local dev environment from a production SharePoint 2010 site and have got everything working except for the registration. I've installed ...
0
votes
0answers
54 views

AD RMS using with Sharepoint 2010 and Form Based Authtication

I am working on a project, the need is that the site is for extranet and by using form based authtication the users can access the portal, I am stack at a point where I have to implement the RMS ...
0
votes
1answer
40 views

SPContext on Forms login page

How can I get the SPContext on the forms login page (/_forms/default.aspx)? Looking up SPContext.Current or SPContext.GetContext(HttpContext.Current) is always null. I need to retrieve the parent ...
2
votes
0answers
25 views

Central login page - different portals (SP2010)

I would like to have some advice for the logical structure for a corporate portal. I really appreciate your feedback. AS IS At the moment we have a 'partly' public facing site. Assuming this site is ...
2
votes
0answers
586 views

Sharepoint 2013 mixed mode authentication custom login

I've configured 2 zones in sharepoint 2013. Both zones are configured to use NTLM and FBA authentication in order to have full availability of all users in the people picker. My extranet zone (FBA) ...
0
votes
0answers
69 views

custom reusable feature to create and deploy login page for FBA site using page layout

i want to create a feature which will deploy globally in a web farm and will create a custom login page layout template. any SharePoint applications running in that farm should be able to create a ...
0
votes
1answer
242 views

Custom properties of logged in user

I have written a custom membership provider for forms-based authentication to our SP site. The membership provider authenticates against our existing Users table in our DB. There are a few bits of ...
1
vote
1answer
123 views

WSS 3.0 Write to New Column in User Information List

I am working on a site that is using FBA in WSS 3.0. This is an external facing site, so in the FBA User Management page (UsersDisp.aspx) I would like to add a column that displays the user's company ...
0
votes
1answer
281 views

Custom logon page causes 401 on SharePoint 2013

I'm trying to create a custom logon page for SharePoint 2013. I have an existing 2010 project that works fine that I'm using as a model for a 2013 version, but I can't get it to work. What has worked ...
1
vote
1answer
282 views

Deploying reports with enabled Forms Based Authentication (FBA)

Configuration: Sharepoint 2010 Reporting Services Integrated Mode Claims Authentication with Windows Authentication (NTML) and Forms Based Authentication Enabled I can deploy reports from Visual ...
1
vote
1answer
122 views

LDAP FBA Authentication and user profiles

I have a web app that uses FBA and LDAP (Active Directory). Users are able to login to the site without any issue. As part of on boarding process, users are redirected to their mysite "edit profile" ...
2
votes
1answer
502 views

FBA and People Picker Issue on NTLM Web App Zone

SCENARIO I correctly set up FBA on SharePoint 2010 following these tutorials (among others): ...
0
votes
1answer
98 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 2 3 4 5