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.
3
votes
3answers
1k views
Sharepoint 2010 windows authentication via login form (2 textboxes for username and password)
are there anyways to use a login form with a textbox for username and another one for password to authenticate a user with windows authentication ?
like the image below, i want to use a login form ...
1
vote
2answers
572 views
Active Directory users not getting resolved in a FBA enabled site
I have configured forms authentication on a web application. FBA users can be used to access the website but NTLM users not getting resolved. Because of this I cannot use AD users in SharePoint.
I ...
0
votes
2answers
36 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
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
136 views
Logout user on tab closed
We have site with forms based authentication. When user logs in and closes browser (whole browser) he is logged out. But when he closes tab in which he opened site, he is still logged in when he ...
0
votes
2answers
588 views
Central Administration shows error 26 - A network-related or instance-specific error occurred while establishing a connection to SQL Server
i Follow this Article to Config FBA , BUT after Step 3 , My Central Administration shows an Error :
A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
2answers
527 views
issue with forms authentication - Unable to redirect from login page to home page after authentication
In Sharepoint 2010, We created a web application with classic authentication and started developing it. Later, we want to implement forms authentication to our project, so I created a new sharepoint ...