Before I explain the various problems with forms authentication technology, it’s important to remember that the technology is designed primarily to work with Internet access from public kiosks to front-end servers. Most problems arise when you try to deploy it in other environments.
- Single sign-on (SSO) isn’t supported. Forms-based authentication will always redirect invalid requests to the logon form; therefore, you can’t expect to authenticate to your network and...