Contents
Where can I find the default FBA login page?
When FBA authentication will be selected from the above dropdown, the following login page will appear and we are going to customize that page. Before diving into the deep, have a look at the source code of default login page. It can be found in the following directory. The file name is default.aspx.
Target audiences who are familiar with developing custom solution using Visual Studio like farm solution, sandbox solution and so on. Mainly Form Based Authentication is preferred in on premise deployment when organizations/companies want to open their site for partners or vendors.
Please Sign up or sign in to vote. This trick will guide how to start customizing default login page of FBA in SharePoint 2013. Target audiences who are familiar with developing custom solution using Visual Studio like farm solution, sandbox solution and so on.
How does FBA work with the same login screen?
The end result is that everyone gets the same login screen. FBA accounts can enter their information normally, and AD users can click the “Employee Login” link to authenticate via NTLM. With the site being trusted, the browser passes their Windows credentials so they log right in with no prompt.
What should my FBA landing page look like?
Configuring Form Base Authentication is a long walkthrough. But there are no worries. This post by Sean Earp has made our life easy. He discussed everything regarding FBA configuration step by step. If your configuration is ok, landing page of your site should look like….
Where can I find the default login page?
Before diving into the deep, have a look at the source code of default login page. It can be found in the following directory. The file name is default.aspx. To be frank, I got the idea to customize login page from the above page. Now notice something important about the above page: