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.
1
vote
1answer
87 views
SharePoint2010 configured with Win, FBA and SSRS with Integrated,reports working fine but after enable the anonymous subsite reports are not working
Site Details
SharePoint web application
Enable Windows Authentication with NTLM
Enable FBA(With appropriate setting)
Reporting Services with Integrated Mode
Reports configured with Trusted Account
...
0
votes
0answers
164 views
EnsureUser returns none existing users using ldapprovider
I'm writing a PowerShell script that adds users to a SharePoint site. To check if the user exists I'm calling the EnsureUser. But my issue is that the when calling this method with a ldap membership ...
0
votes
1answer
137 views
AD Role provider for SharePoint 2010
I'm trying to set up a Sharepoint 2010 solution with form based authenication (claims). ActiveDirectoryMembershipProvider workes find as memebership provider, we need the be able to add ad groups ...
0
votes
2answers
144 views
Logout user on tab closed
We have site with forms based authentication. When user logs in and closes browser (whole browser) he is logged out. But when he closes tab in which he opened site, he is still logged in when he ...
1
vote
0answers
83 views
using sharepoint 2010 FBA with different webapplications
I'm migrating an existing SharePoint 2007 FBA Single Sign ON Solution to SharePoint 2010.
I have three different webapplication all with the same custom membershipprovider.
In the validateUser ...
0
votes
1answer
223 views
AAM on External/Internet zone on an FBA webapplication?
I have a web application with FBA configured and have set up AAM's on it: One for Internal users/zone (http://xyz.com) and one for External users/zone (https://xyz.com)
I have extended the web ...
0
votes
0answers
145 views
SharePoint FBA Users being removed from SharePoint
I'm using the SharePoint FBA Pack 2010.
I have a very unusual issue where users created with the backend, work fine for a while, but at some point they are not SharePoint Users anymore. ie. their ...
1
vote
1answer
92 views
Password Recovery webpart in CKS FBA is ignoring the configured email template
I'm using the FBA solution from http://cks.codeplex.com/SourceControl/changeset/view/94877#85179.
The issue I'm facing is that though FBA and the webparts seems to be working correctly, the password ...
0
votes
1answer
85 views
Forgot password in sharepoint with activedirectory membership?
0
Hi
I’m working with forgot password link on custom login page having active directory membership(LDAP)
For which I need to set web.config of webapplication in sharepoint
For example
...
1
vote
1answer
377 views
Windows Forms Application - How to connect to FBA site
I have a SharePoint 2010 web application and site collection with Forms Based Authentication. I am trying to develop a Windows Forms Application to connect to this site but so far the connection ...
0
votes
1answer
163 views
Does the membership seeder tool to add new FBA users, use the createuser method?
Does the membership seeder tool to add new FBA users, use the createuser method?
Here is the link from where I downloaded it:
http://cks.codeplex.com/releases/view/7450
0
votes
1answer
278 views
How to create a new FBA user programatically using VS 2010?
I am looking to create a new FBA user (explicitly) in the membership db using the membershipuser create user programatically. The purpose is to test permissions using the spfarm account.
What is ...
1
vote
2answers
495 views
Cloning a SharePoint Server 2010 (Virtual Machine) production box?
Here is the long and short:
Goal: To clone a SharepointProd VM retaining all the webapps and sites in order to debug a custom solution.
We have two virtual machines: spTest and spProd. spTest is ...
0
votes
0answers
126 views
SharePoint 2010 Foundation Search not working for Claims Authentication!
I have SharePoint 2010 Foundation site with Web Application named (abc) is created at port 80. It Includes Claims based Authentication enabled in Default Zone. I have both Windows Auth with Ntlm and ...
0
votes
1answer
731 views
Forms Authentication - Login prompt opening office documents
I have a pretty common problem with WSS 3.0
When a user logs on to the site using IE 7/8 and opens a word document from a document library he gets prompted for a login / password. At this point, even ...
1
vote
1answer
266 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
2answers
142 views
FBA web app user permissions replicate to full control even after login
I have made a web application with Form Based Authentication that uses a custom form. Then each user is suppsed to enter the restricted area with their specific permissions. What happens instead is ...
0
votes
1answer
726 views
Public Sharepoint site with custom user registration
We are doing a public site with external user registration based on Sharepoint 2010. We have some experience in ASP.NET development but nobody has any experience with Sharepoint. What is a relatively ...
0
votes
3answers
278 views
PeoplePicker not find users in FBA using multiple domains
I'm facing a problem with my forms authentication that has consumed me some good hours.
My forms authentication points to 2 providers. Both are AD using a ldap connection to diferent domains.
I have ...
1
vote
1answer
774 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 ...
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 ...
2
votes
1answer
3k 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
0answers
65 views
How to import users to SharePoint after added to SQL for FBA?
I created a stored procedure to import users into SharePoint on the SQL side. Users are able to authenticate with no issues from the SharePoint site. The challenge now is that they don’t show up as ...
0
votes
1answer
255 views
Remember Me in asp:login control is not working properly with FBA authentication
I have created a custom login page for FBA and using asp:login control for login purpose. When I am deselecting the "Remember Me" checkbox then also it's is creating "FedAuth" cookie for that which ...
0
votes
0answers
101 views
Configuring Single Sign On (SSO) using FBA for two different web applications
I've created two separate web applications and they are hosted in two different domains. I've configured same FBA membership database for both the applications. How can I configure SSO for these two ...
0
votes
2answers
1k views
NTLM Authenticated Application, FBA, and the People Picker
On the Windows Authenticated side of an extended web application with FBA, the people picker is only working when I also enable FBA through Central Administration for the Windows Authenticated web ...
0
votes
1answer
1k views
Central Administration, FBA, and the People Picker
I have a web application using Windows Authentication, which is extended with Forms Based Authentication. That's all fine and dandy. The problem is I can't get the people picker to pull my FBA users ...
1
vote
1answer
247 views
Claims FBA with multiple membership providers
Is there a way to use only forms authentication with multiple membership providers? For example, a user would enter their username and password this would attempt to authenticate with, say, the SQL ...
1
vote
1answer
611 views
How to Set Forms Authentication Timeout?
I have a public facing SP2010 site that uses forms authentication (default ASP.NET membership provider).
I noticed that The user stays logged in even after hours of inactivity.
We need the user to be ...
1
vote
2answers
3k views
Overriding the SharePoint ASP:Login control for FBA with code behind
I've searched online at all different documents regarding FBA custom login page for Sharepoint 2010. Nearly everyone I have found, either shows you a custom page, adds a login control and no code ...
0
votes
2answers
2k views
How to create a custom FBA login Page that forces user to change password and view license agreement if required
We have implemented our own MembershipProvider. I inherited the SQLMembership provider used the Microsoft ASP Membership SQL database. We have extended this database so that you could set a bit flag ...
2
votes
1answer
196 views
Windows Auth and Forms with LDAP provider - merge identity?
I have a need to handle two unique authentication scenarios:
"Off network" - provide a login form (Forms based auth)
"In Network" - traditional windows auth / no form
This is the same user base - ...
0
votes
1answer
185 views
Client Extranet with SharePoint 2010, how to prevent employees from giving clients permissions that would allow client to see all FBA users?
I am a development manager and one of the sys admin and I are trying to build a "Client Extranet", which is a fancy name for a SharePoint 2010 web application with sites that employees and clients can ...
2
votes
1answer
530 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
0answers
110 views
Is it necessary to add AD users or groups seperately to Windows Auth mode application and extended FBA app when target site is same?
I have an "Intranet" web application "http://ABC.com" created under claims mode with Windows authentication. This Web app uses users and groups from Active Directory.
Say I have 2 security groups ...
2
votes
1answer
544 views
SharePoint People Picker look-up for asp net membership provider not working
We are trying to replicate our 2007 setup of FBA in SharePoint 2010.
Create a Web Application that is Windows login for internal users.
Extend the Web Application that is for FBA login for external ...
0
votes
0answers
96 views
Incomplete Office Integration
A simple SharePoint 2010 installation which uses Forms-based authentication (its an extranet) via MSSQL/.Net with a site that contains a document library fails to show up in the Favorites list of the ...
0
votes
0answers
66 views
User details changed in FBA module does not update in People Picker
When I change User details in FBA module, the same is not reflected in People Picker.
Ex:
The original FBA users link shows the latest email address. However, in the People Picker and in THE FBA ...
1
vote
1answer
2k views
Enabling forms based authentication for existing Sharepoint Web Application
I have an site collection in a web application for which I need to enable forms based authentication (rather than using the standard Windows/AD authentication).
I followed the rather good ...
0
votes
3answers
1k views
HTTPS Login page not showing browser prompt to remember password
I have a SharePoint 2010 website using a custom FBA login page: https://www.questionmark.com/members/login.aspx
The page works fine, meaning that our users can login. The problem is that the browsers ...
3
votes
2answers
567 views
FBA User Profile Creation Access Denied
I'm writing this post because I think I've exhausted every other avenue.
Basically I have a Claims-based SharePoint site that has Forms Authentication setup. Everything works well, registrations, etc.
...
0
votes
0answers
201 views
Create new UDC data connection with windows service user account
About a month ago we had a MOSS RAP meeting with MS Sharepoint Experts, they recommende us to use service user account to run the Sharepoint instances and our custom services too.
We did it and it ...
0
votes
1answer
129 views
Export to excel option not work for FBA site
I have publishing site where i am using the FBA authentication with custom login page. Everything is working fine but when i am trying to export to excel from list its not work.
Even i am not able to ...
0
votes
0answers
165 views
FBA and Profiles - My Site
I've been using the FBA pack for while, and added some custom fields by basically following what the code does and extra variables here and there. It's all working, I can see the values from my ...
5
votes
2answers
566 views
Remove extra sign-in step after enabling Forms Based Authentication
Now that I have enabled Forms Based Authentication (FBA) on my sharepoint site, there is an extra Sign-In page where I have to select what type of authentication I wish to use. I pretty much want ...
1
vote
1answer
416 views
Digital Signature Modal from InfoPath Form in SharePoint 2010
I currently have 4 views created in InfoPath, using Form Load for a Approval Process in SharePoint 2010. I would like to use Digital Signatures for each approvers signature but the Modal view that ...
2
votes
0answers
229 views
Claims/Forms Auth and Secure Store - good use?
I have a need to provide single sign on capabilities within the same enterprise - meaning sometimes I'll need access to the user's name and password. A few examples:
SSO to OWA (forms based)
SSO ...
0
votes
2answers
609 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 ...
2
votes
1answer
238 views
Creating a custom authentication provider for SharePoint 2010
I am trying to implement the "best" solution for a custom authentication mechanism in a SharePoint 2010 Extranet site.
Here is how I would define "best":
Does not require purchasing additional ...
1
vote
2answers
601 views
FBA Custom Login Mixed - Access Denied Loops Back to Login Page
I created a custom login page using information from David's site (Thanks David). All works fine except in the following situation:
My company has multiple domains - An employee logs into windows ...


