Form Based Authentication (FBA) provides an authentication method using a web form. Using this method, a user is being presented with an editable "form" to fill in and submit in order to log into some system or service.
Questions tagged [fba]
95 questions
0
votes
1 answer
Changing the web.config file programmatically using WebService.ApplyWebConfigModifications() method is giving Error
I have created the FBA site in SharePoint 2010 Farm. The site is allowing both the windows and FBA authentication. I have set the Server administrator (Member of Built in Administrator) as Application pool identity. The same account has sufficient…

G.S
- 41
- 2
- 6
0
votes
2 answers
Sharepoint 2010 FBA Site and Opera
I have a SP2010 site with FBA enabled. I can open it using Firefox and Internet Explorer with no problem. But it gives me a 403 FORBIDDEN error when I try to open with Opera 11.
Is there anything I can do to fix this?
Thanks.

frbry
- 499
- 2
- 12
- 25
0
votes
2 answers
Sharepoint 2010 Login by another Web Site
I have an urgent need to create a custom login page for a SP2010 site. Now, I know that this can be done by claims-based authentication and FBA but, after several days of work, I couldn't get it done, so I turned for a different approach.
Maybe I…

frbry
- 499
- 2
- 12
- 25
0
votes
1 answer
Sharepoint 2013, FBA shows Exception, User does not exist, User not found
Environment : SharePoint 2013 , FBA implementation, SQL server 2012.
Issue Definition : it is not allowing us to add same user name existing in resembling name of organization as shown below. it shows an exception at 2 places.
Robert.Green …

Jay Bhagatwala
- 31
- 1
- 3
- 12
0
votes
1 answer
How to retrieve all Sharepoint 2013 FBA user of a membership using console application [C#]?
I would like to create a console agent to retrieve all SharePoint 2013 FBA user that I have setup. Using the code below:
MembershipUserCollection uColl = System.Web.Security.Membership.GetAllUsers();
foreach (MembershipUser u in uColl)
{
…

Calvin89
- 194
- 1
- 4
- 15
0
votes
1 answer
about amazon mws reports api for FBA Fee
i'm making function about FBA Fee.
reference this link.
How to get FBA Fee and commission using Amazon MWS
i'm using node.js
i have to input 2 parameters on getReportList function but i can't.
this is my code :
function mws_RequestReportForFee (req,…

Brandon
- 1
- 1
0
votes
0 answers
why SharePoint 2013 takes too much time to authenticate for both windows and forms authentication for the first time?
I have made a SharePoint 2013 internet site, it's works fine and loads quickly
but when i login for the first time ,it takes about 30 second to authenticate for both windows and forms
i have traced the following forms authntication code
private…

mahamed
- 131
- 3
- 13
0
votes
1 answer
FBA role in SharePoint Group
Does adding an FBA role to SharePoint group makes the FBA users in the FBA role take the permissions from the SharePoint Group?
Is SharePoint able to resolve the users in the FBA role automatically?
For Example:
we have FBA role named FBARole1 and a…

Gaby
- 2,923
- 4
- 38
- 52
0
votes
1 answer
FBA User in FBA role is not taking permission from SharePoint Group
I've configured FBA with Sharepoint 2013 on my development machine (one server).
I'm able to create FBA Roles and FBA users and i can connect using FBA users.
The problem is when it comes to permission.
I'm adding the FBA Roles to SharePoint Group…

Gaby
- 2,923
- 4
- 38
- 52
0
votes
1 answer
FBA Providers, .NET Roles, .NET Users, missing in IIS if App Pool is in v2.0 version
I am migrating a WSS 3.0 database to a new SharePoint 2010 farm. It is a FBA Web Application and when I go to configure the Providers, .NET Roles and Users are missing. If I change the Web Application app pool to v4.0, this options appear. If it…

Tiago Francisco
- 65
- 7
0
votes
1 answer
SharePoint 2013 provider-hosted app with FAB authentication model
I am using FBA authentication model into one of SP WebApplications in our SP 2013 farm to give users outside the AD, accessibility to one of SPSite so they can access the lists & Libraries and run sharepoint apps ..
for that I installed & configured…

Basel
- 23
- 7
0
votes
1 answer
How do I get an anonymous user object from SharePoint 2010
I have a site setup using Claims Based (Forms) authentication with Anonymous access enabled.
When a user logs into the site they may exist in the Forms Database, but not in the SharePoint Site collection. In this case SPContext.Current.Web.SPUser…

EtherDragon
- 2,679
- 1
- 18
- 24
0
votes
1 answer
how to configure claim base authentication in sharepoint 2010?
For our sharepoint 2010 app's we need form base authentication(Claim base authentication).
Is anybody help me on same issue?
Thanks,
Nandy

Nandy
- 25
- 1
- 5
0
votes
0 answers
Site/Page permissions based on FBA roles
I've setup FBA for SharePoint 2013.
I need that only users that have a specific FBA role be able to access to a specific Page.
I tried:
Adding a FBA role into a Site Group and give permissions to that group in the page.An access denied is the…

klewgenius
- 105
- 1
- 2
- 7
0
votes
1 answer
curl POST login
We have SharePoint Forms Based Authentication. I would like to use Curl and get site content using this authentication. Using FireFox Tamper Data I got this POSTDATA…

norsk
- 45
- 8