Questions tagged [fba]

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.

95 questions
1
vote
1 answer

Authenticate forms user without password in SharePoint 2010

I am working on a little project for SharePoint 2010 that will allow users to authenticate with their OpenID (and maybe more later on). How it currently works is I have a membership and role provider based on SQL. My login page uses DotNetOpenAuth…
0
votes
1 answer

Custom database for Forms based authentication

I'm a bit new to Asp.Net forms authentication, but I have gotten a good grip of it. I'm currently stuck with a problem. I want to store user credentials in a table under my custom database. By default, Visual Studio creates a mdf file, is there…
harsimranb
  • 2,231
  • 1
  • 35
  • 55
0
votes
0 answers

Amazon SP API print item label

We are trying to create FBA shipment. We create ShipmentId and did placements for items. and we can print shipment label with getlabels type. But how can we print item labels? I couldn't see any documentation to get item labels? Thank you in advance…
Lasera
  • 11
  • 1
0
votes
0 answers

When does the getTransportDetails operation return the CarrierName? Amazon SP-API, FulfillmentInbound

The Amazon MWS API used to return a carrier name after some time, during the cost estimation process. With the Amazon Selling Partner API, I've waited for over 2 hours, and although the report says that the cost has been estimated, I still don't…
aev
  • 26
  • 3
0
votes
0 answers

Can not sign in SharePoint FBA by using sub-domain

I have two domains : IP domain 1 : xx.xx.xx.15 IP domain 2 : xx.xx.xx.17 (sub-domain) SharePoint server joined domain 1. I can log in sharepoint server by using Window Authencatication account in both 2 domain. But i cant log in sharepoint FBA by…
0
votes
0 answers

How to generate the source codes from an .fba file

This question might sound crazy, but the truth is I recently developed an app for Fitbit watches and uploaded the fba file on Fitbit gallery. Then, my laptop was stolen, and because I didn't make a backup of the app, now I only have the final…
PedN
  • 1
0
votes
1 answer

How to create new users for sharepoint FBA application using application pages in visual studio 2010

I have successfully configured FBA for my sharepoint application. So i want to create new user from sharepoint site so that they can login & see their profiles. I found webpart solutions from Here but i want to create by myself. So how can i do…
Satish
  • 83
  • 1
  • 1
  • 14
0
votes
2 answers

"Cannot get Membership Provider with name xxx" Error in SharePoint 2010 FBA

I have a SharePoint 2010 web application that I'd like to use a custom membership provider with for authentication in an extended internet zone; however, I end up receiving the following error: System.ServiceModel.FaultException`1 was unhandled by…
Derek Curtis
  • 239
  • 5
  • 7
0
votes
1 answer

Maintain parallel, identical databases: MySQL and SharePoint FBA

I have 2 websites, and both have a login system, where the user can create an account to access a special portion of our website. Website A is a standard LAMP creation, and the user information is thus stored in a MySQL database. Website B is a…
box
  • 83
  • 1
  • 5
0
votes
1 answer

How to check the first login of the FBA users in SharePoint site and ask them to fill the information

I need to check the first login of the FBA users in SharePoint site and force them to fill a form of basic information. I have no idea how to do this. appreciated any help or suggestion in this matter. Thanks
0
votes
1 answer

SharePoint 2016 FBA on-prem DUO .NET WebSDK

We’ve configured SharePoint 2016 FBA with the DUO WebSDK and its works well except for one aspect regarding FBA authentication. login page 1.) authenticate the username and password using FBA-LDAP. login page 2.) load the duo web iframe The method…
Casey
  • 43
  • 1
  • 1
  • 5
0
votes
1 answer

how the AD user can log in fba site

how can FBA site owner who is AD user, can log into FBA site? do we need to run the User Profile Synchronization Service from central administration ?
saurabh
  • 33
  • 2
  • 9
0
votes
2 answers

C# can't read emails with webdav and fba

Summary: I am having trouble connecting to an exchange 2007 mailbox that is running FBA with my C# code using webdav. Details: This code below has to work against an exchange 2007 server, connect, and read email from a mailbox. I've tried EWS but…
toosweetnitemare
  • 2,226
  • 8
  • 33
  • 44
0
votes
0 answers

Authenticate mobile app user connecting to SharePoint 2013 with Form Based Authentication (FBA)

We have a SharePoint 2013 Farm, and we are switching from Windows Authentication to Form Based Authentication (FBA). We have a mobile app connecting to SharePoint using Windows Authentication. How could I use FBA instead? Currently the mobile app is…
Cyril
  • 134
  • 1
  • 4
  • 15
0
votes
1 answer

Sharepoint 2010 FBA Enable peopele picker from intranet to select asp.net membership users from internet site

I have got two sites: 1) intranet company.local (claimed ad) 2) internet company.com ( extended on 1) ) forms (asp.net membership) I have got this in web.configs OkSMP2 is name of asp.net membership provider At 1) I see only All Users, Sharepoint…
marcinn
  • 1,879
  • 2
  • 22
  • 46