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
0
votes
2 answers

Authenticated user cannot log in, "The user does not exist or is not unique."

This is a weird one. I have a WSS3 site, no MOSS, with a custom membership and role provider that authenticates against CRM. All the users have also been added to the site user list so once logged in they have correct display names. On dev and…
Aquinas
  • 188
  • 2
  • 16
0
votes
1 answer

Issue in web.EnsureUser for FBA users programatically

I am trying to ensure user through web.EnsureUser for FBA users. Here is my code snipplet. as an example : string fbUsername = "i:0#.f|ie-fbamembership|userlogin"; SPUser userSP = site.RootWeb.EnsureUser(fbUsername); But i get an error user does…
0
votes
1 answer

Sharepoint 2013 FBA Error:Could not retrieve the IIS Settings.Parameter name: context

(The original post is here:https://social.technet.microsoft.com/Forums/sharepoint/en-US/6b02dfe8-5594-4d25-991a-51ac9a0528b7/sharepoint-2013-fba-errorcould-not-retrieve-the-iis-settingsparameter-name-context?forum=sharepointadminprevious) I am…
Vincent
  • 1
  • 2
0
votes
2 answers

FindControl Returns a Null Reference

I have two textboxes and I use FindControl() to access them:
Nathan
  • 1,220
  • 3
  • 15
  • 26
0
votes
1 answer

Can not configure FBA(Form Based Authentication) in SharePoint 2013

Can not connect Form Base Authentication(FBA) in SharePoint Server 2013 i tried Configure Form Base Authentication(FBA) in SharePoint Server 2013 and done the following steps. Here my AD Server name is = adds and ip is (192.168.1.26) Step 1. Created…
Manoj Ahuja
  • 305
  • 4
  • 20
0
votes
1 answer

Sharepoint 2013 - Token Lifetime FBA

Context of my situation is: I have a Sharepoint 2013 Enterprise running on premises with FBA connected to a AD database. I would like to set a maximum lifetime for login to 90 minutes. What I mean by that is, anyone that has logged in will have to…
user2521589
  • 173
  • 1
  • 2
  • 6
0
votes
1 answer

Deploying WSPs to SP2013: I was not able to connect to the sql data even after deploying the WSPs properly

I developed a webapplication Example1:7575 which uses FBA. Now, I deployed these WSP's to a new server Production:2525 to get the same functionality of my previous server's webapplication. However, I was not able to fetch the data from sql server…
Bhargav
  • 124
  • 6
  • 19
0
votes
1 answer

People Picker showing same user twice in SharePoint 2010

First of all I am new to SP 2010 FBA. Please see the below scenario; I created a web app which supports both FBA and Windows authentication. Then I created some users using the MemberShip Seeder tool in this web app. Now on I search the user using…
0
votes
1 answer

Can't find neither FormsSigninPage or IdentityModelSignInPageBase classes

I'm trying to customize my signin page on Sharepoint 2013, I'm using VS2012 and I've create an WebPart solution. I've added an Application page and when try to add the Assembly 'Microsoft.Sharepoint.Identity' reference to the project I can't find…
rolivares
  • 137
  • 1
  • 3
  • 12
0
votes
2 answers

SharePoint 2013 upgraded from WSS3.0 with SQL Membership Provider - account format is different and fails

I've been searching for a few hours for information about issues with FBA after upgrading SP with no success. We are upgrading WSS 3.0 to SharePoint 2013 on a new box. The content upgrade seems to have gone fine and the Windows authentication…
0
votes
1 answer

Adding existing users from a table to a membership database

We have an asp.net web application which maintains a table with user information, passwords and roles. I am trying to import this information to a Membership database and ultimately use them for Form Based Authentication in a Sharepoint 2013 web…
0
votes
3 answers

No access with SP Designer after change to FBA

two days ago I changed the authentication of my site from "Windows" into "Forms". So far so good, users are now in a SQL Express 2005 and it works fine. The problem is now, I have have no access to the Site with my SP Deigner 2007. Does he only…
fiuman007
  • 15
  • 6
0
votes
2 answers

SharePoint: insert ASP code into login.aspx

I have FBA (form_based_authentication) on my SP site, so thi first login site is login.aspx. Now there is following problem: users are coming from another site on the sharepoint. Herefor they using some kind of private key. The Public key is on the…
fiuman007
  • 15
  • 6
0
votes
1 answer

how to login in fba enabled SharePoint site when i use passwordFormat="Encrypted" in my web.config file

using below code i am not able to login page. how i can validate user when i am using passwordFormat="Encrypted" if (SPClaimsUtility.AuthenticateFormsUser(ctxUri, txtUserName.Value.Trim(), encodedPassword)) { string…
0
votes
1 answer

Sharepoint Forms authentication Run with different account

I a console application that creates a sub sites under a site collection The site collection accepts only forms based user. Now, when i run the console application, its with windows credentials. I need some way to run the code in console app that…
ProdShare
  • 31
  • 1
  • 1
  • 2