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
FBA not working after windows automatic update in SharePoint 2013 Portal
I have a portal running using claim base authentication (windows and FBA) and enabled anonymous access , it was working fine until 19-06-2022 windows server 2016 ask for restart to install updates, after that the portal is still working only for…

FarOoOosa
- 311
- 1
- 5
- 16
1
vote
2 answers
FBA Authentication and Security Token Error
There is a login form with any authentication logic. I enter login and password, then I click "Login" and get error "The method or operation is not implemented" in this code line:
SecurityToken tk =…

NieAR
- 1,385
- 6
- 20
- 31
1
vote
1 answer
Sharepoint 2019 FBA configuration error, cannot open FBA user management settings
I just configured Forms Based Authentication (FBA) with Visigo solution( https://www.visigo.com/products/sharepoint-fba-pack/) in Sharepoint2019 using this blog (…

Niusha Tahmasebi
- 11
- 2
1
vote
1 answer
SharePoint and FBA
I have been involved to develop a customized SharePoint 2010 application that uses a custom db for authentication.
Following many tutorials on the internet I was successfully able to implement FBA and the site is up and running for further content…

VXyahoo
- 11
- 1
1
vote
0 answers
FormsAuthentication Cookie Disappearing
I have a web application that I am working on where I create a cookie called "AuthCookie". I insert this cookie into the response as shown:
Response.Cookies.Add(authCookie);
I then redirect to another webapplication. In that webapplication, when i…

TheFootClan
- 165
- 1
- 3
- 12
1
vote
1 answer
External form login for a Sharepoint 2010 FBA system
We have a MOSS 2010 box running some web apps with a FBA system and a custom login on our designed home page. The web app is on port 85 and the port 80 holds a home page with some static content as well as the login box.
I'm trying to replace the…

Synoptase
- 13
- 3
1
vote
1 answer
FBA on Sharepoint 2010
I have implemented FBA (Claim based Authentication) on Sharepoint 2010. Following are implemented.
Custom Login page
Custom Sign-in Page
Password recovery page (ForgetPassword.aspx)
In ForgetPassword page user is asked to enter their email…

Pradeep Nair
- 69
- 2
- 15
1
vote
2 answers
Sharepoint FBA 2010 : Custom Application Page (Sign-in Page) redirection issue
I have configured FBA on Sharepoint 2010 site. And its working fine when I use the OOTB login page which is available at _form/default.aspx.
Now I have created my own Login.aspx page and configured the web application to get redirected to this…

Pradeep Nair
- 69
- 2
- 15
1
vote
2 answers
Cannot add user to Sharepoint 2010 within event handler
Using both synchronous and asycnhronous event handlers (itemAdded and itemAdding), I have been unable to add a user to my Sharepoint 2010 site - using Forms Based Authentication (which I know to be properly setup and working because it has been…

Ryan Roark
- 61
- 6
1
vote
2 answers
How to install Form Based Authentication in SharePoint 2010
I would like users to have the ability of signing in without being Windows users. This means, either using Form Based Authentication or a better option, which I'm now aware right now.
Could anybody tell me how to install FBA in Share Point 2010, or…

Brian Roisentul
- 4,590
- 8
- 53
- 81
1
vote
1 answer
Adding FBA User to Sharepoint UserInfo list
We are successfully adding a new user to our Forms Based Authentication Provider using the Membership class in C#. We are able to login some public sites but after trying to search for the new created user in the people picker he doesn't show up.…
user406570
1
vote
1 answer
Sharepoint seeking authentication when opening Word / Excel files from website
The company I work for is using SharePoint as a CMS for it's public facing website. I recently enabled FBA (Forms Based Authentication) for the site in order to provide some user specific functionality, but this has caused a side effect with Word /…

Gavin
- 5,629
- 7
- 44
- 86
1
vote
1 answer
why SSS doesn't send EffectiveUserName to SSAS
We have an OLAP project which uses Sharepoint 2013 Excel Services to show excel files that contains external data from SQL Server Analysis Services (SSAS) cube. Our Authentication method to login users is FBA (Forms Based Authentication)
Our Goal is…

mahdi moghimi
- 528
- 1
- 7
- 20
1
vote
2 answers
How to apply SSAS roles to excel service while using FBA(Forms based authentication)
We have an OLAP project which uses Sharepoint 2013 Excel Services to show excel files that contains external data from SQL Server Analysis Services (SSAS) cube.
Our Authentication method to login users is FBA (Forms Based Authentication)
Our Goal is…

mahdi moghimi
- 528
- 1
- 7
- 20
1
vote
1 answer
How Can I pass EffectiveUserName to SSAS through Excel Service using FBA(Forms based authentication) in SharePoint 2013
We have an OLAP project which uses Sharepoint 2013 Excel Services to show excel files that contains external data from SQL Server Analysis Services (SSAS) cube.
Our Authentication method to login users is FBA (Forms Based Authentication)
Our Goal is…

mahdi moghimi
- 528
- 1
- 7
- 20