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
2answers
18 views
How to set default login with windows prompt for all intranet users?
I've created claim based one site in sharepoint. I've configured NTLM and FBA both for that site. (for e.g. 5000 Port)
I've also extended site for FBA (internet) Users only (SQL Membership) with ...
1
vote
0answers
29 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
42 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
26 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
20 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
38 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
39 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
41 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
23 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
40 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
20 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 ...
2
votes
1answer
55 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
98 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
2answers
37 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
27 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
96 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 ...
1
vote
1answer
50 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 ...
2
votes
1answer
84 views
How to enable forms authentication programmatically?
So, my attempts are:
1)Site.WebApplication.IisSettings[currentZone].AuthenticationMode = System.Web.Configuration.AuthenticationMode.Forms; ...
0
votes
0answers
88 views
Sharepoint custom login page redirects to same page
I have create custom login page in sharepoint with FBA.
I am inheriting my page with system.web.ui.page but after sucessful user validation its redirects me to same page.
for redirection I am using
" ...
0
votes
1answer
69 views
Users get access denied at root (/) and are not sent to home page
I have SPF2010. I have a default.aspx page that is configured as the home page. Users access the site under forms authentication. When they come in to the site, they get an access denied message (site ...
0
votes
0answers
57 views
Why is forms-based authentication and groups
I have setup a SharePoint 2010 server with a web application using FBA and Ldap.
I followed the steps outlined here: http://technet.microsoft.com/en-us/library/ee806890(v=office.14).aspx
When I add ...
1
vote
1answer
104 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 ...
0
votes
0answers
54 views
AD RMS using with Sharepoint 2010 and Form Based Authtication
I am working on a project, the need is that the site is for extranet and by using form based authtication the users can access the portal, I am stack at a point where I have to implement the RMS ...
2
votes
0answers
25 views
Central login page - different portals (SP2010)
I would like to have some advice for the logical structure for a corporate portal.
I really appreciate your feedback.
AS IS
At the moment we have a 'partly' public facing site. Assuming this site is ...
0
votes
2answers
59 views
Authentication with username only
I currently have an MVC website that uses forms authentication using the default SqlMembershipProvider.
In this website I can automatically log a user in by simply having a GUID that corresponds to ...
0
votes
2answers
224 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 ...
3
votes
1answer
151 views
Sign off of Windows with out of box LDAP provider on 2013 causes encodedValue error
I've hit upon yet another encodedValue error scenario:
Exception of type 'System.ArgumentException' was thrown. Parameter name: encodedValue at
...
0
votes
1answer
40 views
SPContext on Forms login page
How can I get the SPContext on the forms login page (/_forms/default.aspx)? Looking up SPContext.Current or SPContext.GetContext(HttpContext.Current) is always null. I need to retrieve the parent ...
0
votes
0answers
69 views
custom reusable feature to create and deploy login page for FBA site using page layout
i want to create a feature which will deploy globally in a web farm and will create a custom login page layout template. any SharePoint applications running in that farm should be able to create a ...
1
vote
1answer
123 views
WSS 3.0 Write to New Column in User Information List
I am working on a site that is using FBA in WSS 3.0. This is an external facing site, so in the FBA User Management page (UsersDisp.aspx) I would like to add a column that displays the user's company ...
0
votes
1answer
280 views
Custom logon page causes 401 on SharePoint 2013
I'm trying to create a custom logon page for SharePoint 2013. I have an existing 2010 project that works fine that I'm using as a model for a 2013 version, but I can't get it to work.
What has worked ...
2
votes
0answers
585 views
Sharepoint 2013 mixed mode authentication custom login
I've configured 2 zones in sharepoint 2013. Both zones are configured to use NTLM and FBA authentication in order to have full availability of all users in the people picker.
My extranet zone (FBA) ...
0
votes
1answer
98 views
Configuring FBA in SharePoint 2010
I have a web application in which Windows Authentication is configured. I want to configure FBA for the same web application. I know I can extend the web application to a different zone and configure ...
0
votes
0answers
93 views
SharePoint Foundation, SQL Server Express & Forms Based Authentication
Are there any limitations to use SharePoint Foundation with a SQL Server Express and using Forms Based Authentication to log in?
0
votes
0answers
35 views
Failed to Initialize the encryption algorithm
I am using forms based authentication using Sql Memebership Provider and i have configure Sql Membership provider to use Encrypted password format instead of Hashed.I have also copied same machine key ...
0
votes
0answers
82 views
Claims FBA with a remote active directory membership provider
I plan on setting up Claims FBA using the AD membership provider, but I would like to use a AD Domain that is remote (not the domain that the SP Farm lives on). Is this possible? Is it any different ...
1
vote
1answer
122 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" ...
0
votes
1answer
254 views
FBA login failed if passwordFormat=“Encrypted” in web.config files
I am using FBA with SqlMembership Provider in sharepoint 2010 and its not working if i set passwordFormat="Encrypted" in all web.configs(web,central,STS) and here is error from ULS
Password check on ...
3
votes
3answers
2k views
SharePoint 2013 External Users
I'm setting up a brand new SharePoint 2013 server and site, but haven't personally touched SharePoint since 2007. I don't want to use Windows Auth or any Active Directory for user management. Which, ...
2
votes
1answer
284 views
People Picker and FBA - partial functionality
So I've read a number of other questions on this topic and believe my situation is different. I have a web application with Forms Authentication. It is configured in the web.config files of central ...
4
votes
0answers
401 views
Auto login with custom membership provider
My goal is to setup a SSO-like environment (not fully support SSO), with below behaviour:
User logon in System_A (java)
When user click on a specify link, System_A will generate a security token, ...
2
votes
1answer
291 views
How to get SPUser from FBA login name
I have a Form Based Authentication login name login_name
how to get an SPUser object for that login name.
I have tried the
Web.EnsureUser(string.Format("c:0-.f|role|{0}", name));
but it gives me ...
6
votes
2answers
300 views
SharePoint 2013 Authentication model
I am new to SharePoint and have few questions regarding the authentication.
We are using SP 2013 as extranet and we have different sites for different partners. Total number of users will be less ...
0
votes
1answer
269 views
FBA - Search Issue with Custom Login Page
I have implemented FBA on an web application which has a custom login page. The custom page doesn't let the users login via windows authentication even though it is enabled from central admin. Seems ...
0
votes
1answer
83 views
Sharepoint 2010 ldap exception FaultException`1 [closed]
i've followed the instruction on the following link:
Configuring Forms Based Authentication in SharePoint 2010
when user logged in: if the username and the password is wrong a message is appear to ...
1
vote
0answers
50 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 ...
0
votes
0answers
79 views
User not logged in even after Fed Auth shows it's expiration in year 2015
I have an issue regarding the cookies. I have set all 3 FormsTokenLifetime, WindowsTokenLifetime and ServiceTokenLifetime to 365 days and the cookie is persistent. When any user login to the site ...
1
vote
1answer
86 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
...
0
votes
0answers
161 views
EnsureUser returns none existing users using ldapprovider
I'm writing a PowerShell script that adds users to a SharePoint site. To check if the user exists I'm calling the EnsureUser. But my issue is that the when calling this method with a ldap membership ...
0
votes
1answer
135 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 ...