asp.net - Signon types for a .net web application -


In addition to form authentication, what are the other common forms of authentication that an application should ideally support?

Is it just an Active Directory or should LDAP be?

Generally, you only have to support one type of authentication.

With form authentication, you must provide a database table with a username and password, and you should provide users the ability to change their passwords and so on. All this member is easy with the provider.

If you have the option of using Active Directory or other LDAP, which removes the burden from it, you should install the login and maintain them. If this option is available to you, then I recommend using it.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -