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.
0
votes
1answer
733 views
SP2010 Web Services: GetUserInfo and FBA?
I'm trying to use the SharePoint 2010 SOAP web services to get/update User information, which seems to work OK when the user comes from Active Directory, but not when trying to find a user in Forms ...
0
votes
2answers
2k views
Unable to login from custom login page - FormsAuthentication.RedirectFromLoginPage fail
I created custom login page for FBA access (SP 2010). In related custom code i inherit Microsoft.SharePoint.IdentityModel.Pages.FormsSignInPage class.
Problem: I would like to login in sharepoint ...
0
votes
1answer
423 views
error on browsing to homepage of public sharepoint 2010 site
I have created a public SharePoint 2010 site called http://xyz.com and when I browse to it I see the following;
HTTP/1.1 200 OK
Server: Microsoft-IIS/7.5
Date: Wed, 18 May 2011 16:42:23 GMT
...
0
votes
2answers
287 views
How to modify user account in FBA authentication
I have an installation of Sharepoint Foundation 2010 configured in Mixed Authentication (Windows + Form Based).
I would like to know how to modify the account of a FBA user like this one
...
0
votes
1answer
65 views
FBA in hosted SharePoint
Does anyone have details on how to create Forms based Authentication using SharePoint 2010?
I have a scenario where i want users to login and view information relating to them from a database.
This ...
0
votes
2answers
815 views
SharePoint 2007 fails to redirect to login page
I have a SharePoint 2007 publishing portal that started throwing an error when user's click the Sign Out link. This started happening just this week and I can't tell what changes that have been made ...
0
votes
1answer
1k views
How to update data in the user information list when using FBA
I've got to support a SharePoint web application which uses FBA with a custom membership and a custom role provider to authenticate the user against two different LDAPs. The user data are only stored ...
0
votes
1answer
113 views
WSS V3 - 403 Error in folder of document library in extended webzone
I've got a server with wss v3 and i'm using a fba with sql-membershipprovider. The users which are using fba come to an extended webapplication. From outside this user must pass our ISA server where ...
0
votes
1answer
328 views
Forms authentication login page issue
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. And I am developing using ASP.Net + C# + .Net 3.5 + VSTS 2008 on SharePoint Server 2007. I am developing a ...
0
votes
1answer
25 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 ...
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
18 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 ...
0
votes
0answers
96 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 ...
0
votes
2answers
35 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
0answers
26 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?
0
votes
0answers
87 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
" ...
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
54 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 ...
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
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
1answer
39 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 ...
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
272 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 ...
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
0answers
92 views
SharePoint Foundation, SQL Server Express & Forms Based Authentication
Are there any limitations to use SharePoint Foundation with a SQL Server Express and using Forms Based Authentication to log in?
0
votes
0answers
35 views
Failed to Initialize the encryption algorithm
I am using forms based authentication using Sql Memebership Provider and i have configure Sql Membership provider to use Encrypted password format instead of Hashed.I have also copied same machine key ...
0
votes
0answers
82 views
Claims FBA with a remote active directory membership provider
I plan on setting up Claims FBA using the AD membership provider, but I would like to use a AD Domain that is remote (not the domain that the SP Farm lives on). Is this possible? Is it any different ...
0
votes
1answer
248 views
FBA login failed if passwordFormat=“Encrypted” in web.config files
I am using FBA with SqlMembership Provider in sharepoint 2010 and its not working if i set passwordFormat="Encrypted" in all web.configs(web,central,STS) and here is error from ULS
Password check on ...
0
votes
1answer
266 views
FBA - Search Issue with Custom Login Page
I have implemented FBA on an web application which has a custom login page. The custom page doesn't let the users login via windows authentication even though it is enabled from central admin. Seems ...
0
votes
1answer
83 views
Sharepoint 2010 ldap exception FaultException`1 [closed]
i've followed the instruction on the following link:
Configuring Forms Based Authentication in SharePoint 2010
when user logged in: if the username and the password is wrong a message is appear to ...
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
161 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
2answers
136 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 ...
0
votes
0answers
135 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 ...
0
votes
1answer
82 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
...
0
votes
0answers
124 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
678 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
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 ...
0
votes
0answers
64 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
248 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
100 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
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 ...
0
votes
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
0answers
107 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 ...
0
votes
0answers
92 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
65 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 ...
0
votes
0answers
192 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
126 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
161 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 ...
0
votes
2answers
588 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 ...

