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
1
vote
1 answer
How do pass forms-based authentication form iphone app to website?
I am working on creating an iphone application which logins to we website and retrieves a table, and displays the content within the app. To view the table a Login is required. It seems the site is using Form-Baseds Authentication. WebSite's Login…

Justjoe
- 371
- 1
- 4
- 10
1
vote
1 answer
Calling SharePoint 2013 REST API with FBA Turned On
I have the following code which works perfectly fine with Forms Based Authentication turned off, but the moment I turn it on it stops working:
string baseURL = siteUrl + "/_api/";
string uriString = "web/lists/GetByTitle('" +…

Siya Khumalo
- 143
- 1
- 10
1
vote
0 answers
MWS fba api bad request c#
hi i am testing MarketplaceWebService.Samples.But it responses alway bad request. invaild request.
can anyone help to take a look.
thanks.
SubmitFeedRequest request = new SubmitFeedRequest();
request.Merchant = merchantId;
…

js888
- 11
- 1
1
vote
1 answer
SPWeb.EnsureUser has limitations?
We're converting all SP permissions into ActiveDirectory groups (one per uninherited object, per role level). I wanted the group names to reflect where the permissions were/are, so I assigned each group with a name that matched the site…

Christopher
- 277
- 5
- 19
1
vote
2 answers
SSRS reporting service error "Object Moved"
I am getting SSRS reporting service error "Object Moved" when i call LoadReport method. I am using custom security.
Object moved
Object moved to
Object moved to
husnain_sys
- 571
- 4
- 14

husnain_sys
- 571
- 4
- 14
1
vote
2 answers
Get membership provider Name
I am using Asp.net memebership provider for FBA in sharePoint 2013. Please let me know how to dynamically find membership provider name.
Thanks in advance.

user812824
- 83
- 12
1
vote
1 answer
SharePoint 2013 Discussion board forms authetication
I want a to have a discussion forum, with forms based authentication mode and a registration module. (it will be done in a webPart)
This forum includes topics, questions, answers...
I basically started with trying to configure FBA for sp2013, but…

user3744080
- 60
- 5
1
vote
0 answers
FBA and audience targeting in sharepoint 2007
I want to use audience targeting feature for webpart with FBA. I tried to add FBA user directly in sharepoint group or added the user to a asp.net role and then added the role to sharepoint group, but both failed. My observation is that all FBA…

intangible02
- 993
- 1
- 9
- 19
1
vote
0 answers
SharePoint problema with fba usng LDAP
I configured my webapp to use FBA authentication using LDAP connection.
I used the instruction provided by this site http://davidmsterling.blogspot.com.br/2013/05/setting-up-forms-based-authentication.html
When I connect using Windows authentication…

Thiago Fregni
- 11
- 1
1
vote
0 answers
Synchronize FBA Users (ASPNET Membership Databse in SQL Server) in User Profile Service
I have FBA configured in a web application (SharePoint 2013) with ASPNET Membership Database in SQL Server.
Now I need to have FBA users (SQL - Membership Database users) synchronized in User Profile Service. Please let me know if there is any way…

Amit Thakkar
- 356
- 2
- 6
1
vote
0 answers
SharePoint 2013 FBA for partners
I am trying to build a SP2013 FBA for our partners, problem is we have more than 200 partners
and Ideally what I want to achieve is
1)walmart.contoso.com
2)target.contoso.com and so on
is it recommended to go this route
Questions
1) Do i need a…

user17970
- 495
- 1
- 9
- 25
1
vote
3 answers
Redirecting Sharepoint login page or display login web part
I have enabled FBA for my Sharepoint site and i want to add a login page or webpart either one of them.
Currently my site directly goes to Default.aspx and displays information and webparts (which display error messages)
What i want is: Either set…

K-M
- 660
- 3
- 13
- 27
1
vote
1 answer
Sharepoint 2010 server farm, page missing error on the second server
I've been having an issue with registration using the Visigo.Sharepoint.FormsBasedAuthenticaiton web parts. Some of the time there is an Unknown Error display and sometimes it goes through fine, which led me to believe it has something to do with…

Jeff Treuting
- 13,910
- 8
- 36
- 47
1
vote
0 answers
Role Fuzzy Search through FBA in Share Point 2010
I had implements two classes ,RoleProvider and the MembershipProvider.
But,I can not search the roles by Fuzzy Search.I creaded three groups in ad(g1,g2,g3).
When i just type g in the PeoplePicker,can not find anything,but type fullname g1,it works.

capad19
- 11
- 1
1
vote
1 answer
SharePoint2010 FBA accessing wcf list data service
context = new TestingDataContext(new Uri(SPContext.Current.Web.Url + "/_vti_bin/listdata.svc"));
We are getting the context for classic mode authentication SharePoint site, but for FBA(claims based authentication) configured we are not able to…

user1837910
- 11
- 1