2021-08-25 14:31:00 -04:00
|
|
|
[[servlet-authentication-unpwd]]
|
|
|
|
= Username/Password Authentication
|
2021-10-28 15:02:33 -04:00
|
|
|
:page-section-summary-toc: 1
|
2021-08-25 14:31:00 -04:00
|
|
|
:figures: images/servlet/authentication/unpwd
|
|
|
|
:icondir: images/icons
|
|
|
|
|
|
|
|
One of the most common ways to authenticate a user is by validating a username and password.
|
2021-12-13 17:57:36 -05:00
|
|
|
Spring Security provides comprehensive support for authenticating with a username and password.
|
2021-08-25 14:31:00 -04:00
|
|
|
|