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
568 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
86 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
1 answer
278 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 " ...
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
2 answers
504 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 ...
0 votes
1 answer
75 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 ...
2 votes
2 answers
169 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 ...
1 vote
2 answers
201 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 ...