Tagged “Basic Authentication Example”

Spring Security - How to use Basic Authentication?

14 Mar, 2017

It’s simplest of all techniques and probably most used as well. You use login/password forms – it’s basic authentication only. You input your username and password and submit the form to server, and application identify you as a user – you are allowed to use the system – else you get error.

Tags:

See all tags.