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.
1
vote
0answers
16 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
27 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 ...
0
votes
1answer
23 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 ...
1
vote
0answers
12 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.
...
2
votes
1answer
30 views
Unauthorized access to User Profile Service web service
I have two zones for my SP2010 site collection: default (uses Win Auth- claims) and internet (uses FBA to an AD user store). I have a WP which would call the User Profile Web Service and get some ...
0
votes
2answers
29 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 ...
1
vote
1answer
34 views
sharepoint 2013 form based authentication
My project is in SharePoint 2013 I have a site collection which has two sub sites other than the root site , suppose the name of the sub sites are x and y , I have to implement fba in this project ...
0
votes
1answer
18 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 ...
1
vote
1answer
29 views
How to set and retrieve custom profile properties in sharpeoint 2010 FBA
I have one sharepoint site in which FBA was enabled. I am trying to show all the registerd users in a grid. Along with the username and password i want to show some custom properties like company and ...
0
votes
1answer
16 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 ...
1
vote
1answer
39 views
Configuring SP2013 Foundation with Forms-Based Authentication (OpenLDAP)
I am having difficulty setting up Sharepoint Foundation 2013 to use forms-based authentication with an external LDAP provider.
I have followed the instructions here:
...
0
votes
0answers
73 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
1answer
29 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
25 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?
2
votes
1answer
86 views
Give anonymous users access to only one page on SharePoint Site
I only want anonymous users to access one page on my entire site collection, that is the Login page. All other pages should not be accessible.
I tried going to manage permissions for the page, and ...