I have configured a form-base authentication using Spring security. It works fine when I log in using the login form in my web application.
It also works with cURL:
When using basic auth on postman, you will set the credentials on the authorization tab. Click on Authorization, choose the type as Basic Auth, the credentials section will be displayed for you to key in the username and password.