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
375 views

Creating Users for Formbased Authentication In SharePoint 2010 Using SharePoint Object Model?

I followed this http://donalconlon.wordpress.com/2010/02/23/configuring-forms-base-authentication-for-sharepoint-2010-using-iis7/ to setup a sharepoint site with forms based authentication, and it ...
1
vote
1answer
673 views

Allowing an anonymous user to access a FBA site in SharePoint 2010

I have a new site with a custom forms membership and role provider, and I need to allow anonymous users to visit the site (i.e. to browse around but not log in). This is a new SharePoint 2010 site ...
1
vote
0answers
44 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: ...
1
vote
0answers
66 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 ...
1
vote
0answers
27 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. ...
1
vote
1answer
69 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
107 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 ...
1
vote
1answer
128 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" ...
1
vote
0answers
55 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
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 ...
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 ...
1
vote
1answer
773 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 ...
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 ...
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 ...
1
vote
2answers
589 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 ...
1
vote
0answers
217 views

FedAuth cookie in Farm using https missing

I have issue where a custom providers, I can see that in the development environment the FedAuth cookie is set. But in productions is not. Production has two front end servers, and are accessed using ...
1
vote
1answer
3k views

Code to create a security token isn't working

I've been developing a SharePoint Server 2010 site, which uses Forms Based Authentication. As part of my custom login script, I used the following C# code: System.IdentityModel.Tokens.SecurityToken ...
1
vote
0answers
304 views

SharePoint FBA and Custom data - SharePoint 2010

I'm not sure I'm doing this in the right way, but I was hoping someone here could guide me. I have an application that I'm creating, allows users to create accounts, login, view their billing ...
1
vote
1answer
296 views

Error Adding FBA User as Site Collection Administrator

I'm having a problem trying to add an ASP.NET Membership (SQL Provider) user as a site collection administrator in WSS3. My user can log into the front end website and can manage their profile ...
1
vote
2answers
513 views

SharePoint 2010 Unique FBA Accounts Per Site Collection

We are trying to make it so that we can have a single Web Application that uses FBA that has 1-n site collections below that. However, we would like the permissions for each site collection to be ...
1
vote
1answer
344 views

SPClaimsAuthMembershipProvider returns only aspnetdb users - WHY?

If I use : MembershipProvider membership = Membership.Providers["AspNetSqlMembershipProvider"]; MembershipUserCollection msc = membership.GetAllUsers(0, 200000, out totalnumber); I got all userS ...
1
vote
1answer
327 views

Microsoft Search Server express 2010 Not crawling pages with forms authentication

I can't configure search server to use forms authentication during crawling. I have created crawl rule and set form credentials there with no errors. But during crawl Search server is still considered ...
1
vote
3answers
400 views

People Picker is not recognizing usernames on Server 2008 R2

In the original configuration, I have a SharePoint 2007 site hosted on Windows Server 2003/32 bit server. I configured it to use Forms Authentication with ActiveDirectoryMembershipProvider and ...
0
votes
1answer
203 views

SharePoint Licensing using FBA

I've a remaining question in my head... If i use FBA for authenticate my users, does it changes the licensing volume of my SharePoint farm? Using FBA my users are almost SQL Server side and could not ...
0
votes
2answers
711 views

ValidateUser of Forms Authentication 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
3answers
302 views

FBA and applicationName

I have created a custom membership provider for FBA (SharePoint 2010). My CustomMembershipProvider (+ role provider) are defined in the 3 web.config (CA, STS, webapp). In web.config of webapp, I set ...
0
votes
3answers
585 views

What are the advantages of Active Directory over FBA?

I am on FBA (Claim-based) Authentication and plan to migrate to Active Directory. My System is SharePoint 2010 for Internet Sites. I want to know what additional benefits I will gain if I migrate to ...
0
votes
2answers
256 views

Form Based Authentication in Wss 3.0

Hey, I need some good links references for Form Based Authentication in WSS 3.0. and the next thing i want to know is that possible to do Form based authentication with my own database ? thanks ...
0
votes
1answer
36 views

Migrating FBA from SP2010 to 2013

I have a backup of my SP2010 FBA database from SQL2008, and I want to copy the data into SP2013. I know that I can restore the database into SQL 2012, but I also know that all the user records will ...
0
votes
1answer
155 views

FBA and MemberShipProvider

Do we always need to extend web app when using FBA? I know it seems a silly question, but I can't find a straight answer. EDIT: SharePoint 2010
0
votes
2answers
1k views

How to enable MySites?

I am unable to see MySites page on my SP2010 environment. I am on FBA, is this the reason that MySites is not shown? Please let me know what to do?
0
votes
1answer
757 views

How to change authentication from FBA to Active Directory?

Is there a way to change authentication from FBA to Active Directory? Since I am on FBA (claims based), I am unable to use many features of SP2010 like MySites etc. I would appreciate if someone can ...
0
votes
1answer
163 views

How to add search box to FBA User Management page?

I have FBA on SP2010. I need a search box on http://mysite/_layouts/FBA/Management/UsersDisp.aspx It's very cumbersome to find one particular user in 1000+ database. Can someone please help me out ...
0
votes
2answers
56 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 ...
0
votes
2answers
272 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
1answer
136 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
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
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 ...
0
votes
1answer
730 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 ...
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
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 ...
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
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 ...
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 ...
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 ...
0
votes
1answer
1k views

How to Add user for form authentication in sharepoint 2010?

I confirgured the form authentication. but i am not able to create the users for login using form authentication . When i want add user in the Policy for Web Application, I search User , Noticeable ...
0
votes
3answers
1k views

how to create sharepoint custom login page

Im creating custom login page for sharepoint that will use Forms Based Authenitcation. I've read couple articles how to do it, but something is not clear to me. What class should my Login.aspx (and ...
0
votes
2answers
2k views

SharePoint 2010 FBA - 401 Unauthorized

I Converted a sharepoint 2010 web application which has default zone and Extranet zone to use claims based authentication instead of classic mode. I followed this article http://bit.ly/bvv3CT to ...
0
votes
2answers
1k views

Unable to establish secure connection with the server ActiveDirectory

i m trying to enable FBA mode in my sharepoint. Followed all tutorials from msdn and blogs. but i am still not able to make it working. here is how my web.config looks like <connectionStrings> ...