How to setup Forms Based Authentication (FBA)

2010 – See the 2013 steps, make sure the 2010 web app uses claims based authentication, then after that everything is the same, you can’t use a classic web application.

Note: With this method, you do not need to modify the web.config of central admin or of any of the web applications, present or future. You only need to modify the machine.config and the web.config of the SecurityTokenServiceApplication web services.

So; this is the preferred method. There are other methods out there that have you modify central admin’s web.config, the web.config of each web application, and the security token service application web.config; but, who want’s to go to all that trouble. And have to repeat for every new web application, no less. I’m lazy and I would rather have the FBA be a possibility on every future and present web application. I also get really sketchy when I think about modifying the central admin web.config; so, that’s why the method that is spelled out in detail, on Chris Coulson’s blog, is optimal.

Hi-level steps