I am creating a Spring MVC application that authenticates using Waffle. I have successfully configured it and it works just fine, but I would like to use a custom form instead of the browser popup when the browser does not automatically send their network credentials.
I have modified my configuration to use `formLogin()` hoping that it would use my existing authentication, but no luck.
This would be the ideal behavior: