Questions tagged [forms-authentication]
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.
480 questions
2
votes
2
answers
569
views
SharePoint 2019 cannot credential on Chrome 80+ versions [closed]
I have a SharePoint 2019 single farm. I did cumulative updated until July 2022 CU.
After then occurred this issue. I am using windows and form base authentication.
0
votes
1
answer
106
views
People picker not finding FBA users
I have implemented a custom Membership and Role provider based on this reference:
https://blog.sharedove.com/adisjugo/index.php/2011/01/05/writing-a-custom-membership-provider-and-using-it-for-fba-...
0
votes
1
answer
89
views
SharePoint Server 2016 Mobile App
I have a business requirement to allow SharePoint 2016 Site reachable from iOS/Android SharePoint Mobile Application.
I have setup a new Web App and extended and published it over the internet, I can ...
0
votes
3
answers
1k
views
FBA custom login is not working in Edge and Chrome browsers in SharePoint 2016
I have followed this link to setup FBA(Form Based Authentication) in my Sharepoint 2016 site. Configured all the necessary web config entries for Membership/Roles/Connection String in 3 Places(...
0
votes
1
answer
279
views
FBA just stopped working - SharePoint 2019 - where to start troubleshooting
Hello All ~ i recently inherited a SP farm, it uses HNSC on top of one webApp, so no Central Admin GUI / web-interface :(
FBA has been working for months, then ~2 weeks ago, users get message "
...
0
votes
1
answer
154
views
SharePoint FBA and windows authentication needs Trust Relationship between domains?
We have SharePoint configured on a domain, Domain1 where FBA is implemented to get users authenticated from Domain1. Now we have another domain, Domain2 which holds the other users that needs to get ...
1
vote
1
answer
1k
views
How to load username and email id of a logged in user on my SharePoint site on a form input field within the page?
I have a sharepoint site where a person has to login using SSO ( using username/email id and passcode) to view its content. I have a form in the page where there are fields like username, email id ...
0
votes
0
answers
45
views
FBA login not working after creating search service application
I have migrated from SharePoint 2013 to SharePoint 2019, and system was working fine, FBA is also working..But yesterday when I created Search Service application(no powersheell), suddenly I am seeing,...
0
votes
2
answers
507
views
After configure SharePoint 2013 Web Application with FBA Auth, the Site Collection logon works only on IE
After configure SharePoint 2013 Web Application with FBA Auth, the Site Collection logon works only IE. The users needs to access Site Collection with cross browser feature, but after add FBA ...
1
vote
1
answer
204
views
How do you kill all of one forms based user's sessions?
Does anyone know how to limit the number of browser sessions for FBA users or how to immediately terminate browser sessions for an FBA user?
The problem context is that we're operating a SharePoint ...
0
votes
1
answer
76
views
CRUD FBA users through CSOM or powershell
For a web application configured with OOTB FBA membership, is there possible to manage the list (stored in asp membership) of users through CSOM or maybe PowerShell ? I'm looking to see if any ...
1
vote
1
answer
118
views
Denial of Service Attack (CAPTCHA) in SharePoint 2013 FBA site
I am working on a SharePoint 2013 (on premise) application where I have implemented Forms Based Authentication (FBA) wherein usernames and passwords are saved (in encrypted format) in SQL membership ...
2
votes
2
answers
171
views
Maintaining Password History in SharePoint 2013 (FBA)
I am working on a SharePoint 2013 (on premise) application where I have implemented Forms Based Authentication (FBA) wherein usernames and passwords are saved (in encrypted format) in SQL membership ...
0
votes
0
answers
14
views
Add Asp Role SharePoint
Has anyone been able to successfully run the command as below
New-SPSite https://sitename/sites/newsite -owner (New-SPClaimsPrincipal "Sales Manager Role" -IdentityProvider "...
1
vote
2
answers
202
views
SQL membership FBA with SP
I have configured FBA to work with SP 2016
I am looking at adding the roles defined in the SQL DB
The result should mean i get something like below added to SP
c:0-.f|FbaRoleManager|[groupname]
Does ...